Html Css Color HEX #DDCB0A Sunflower

📋 copy color: '#DDCB0A'

red 221 ◦ green 203 ◦ blue 10

#DDCB0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DDCB0A

Tints of Sunflower #DDCB0A

RGB

 RED value IS 221 (86.72% from 255) = 50.92%

 GREEN value IS 203 (79.69% from 255) = 46.77%

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 50.92%
G = 46.77%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DDCB0A (or 0xDDCB0A) is known color: Sunflower. HEX triplet: DD, CB and 0A. RGB value is (221,203,10). Sum of RGB (Red+Green+Blue) = 221+203+10=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB0A is #2234F5. Grayscale: #BBBBBB. Windows color (decimal): -2241782 or 707549. OLE color: 707549.

HSL color Cylindrical-coordinate representation of color #DDCB0A: hue angle of 54.88º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDCB0A is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 203 10 -
CMYK 0 0.08 0.95 0.13
HSL 54.88º 0.91% 0.45% -
HSV(B) 54.88º 0.95% 0.87% -
XYZ 51.23 58.11 8.8 -
YUV 186.38 28.46 152.69 -
System Red Green Blue C M Y K H S L
Decimal 221 203 10 0 0.08 0.95 0.13 54.88 0.91 0.45
Hex DD CB A 0 8 5F D 37 5B 2D
Octal 335 313 12 0 10 137 15 67 133 55
Binary 11011101 11001011 1010 0 1000 1011111 1101 110111 1011011 101101

Color Harmonies of #DDCB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB0A

Black with #DDCB0A

Text Example


Text Example

White with #DDCB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB0A; }

 p { color: rgb(221,203,10); }

 H1.HeaderClassName
 {
   color: #DDCB0A;
 }
 .AnyTagClassName
 {
   color: #DDCB0A;
 }
</style>

background-color css

<style>
 a { background-color: #DDCB0A; }

 a { background-color: rgb(221,203,10); }

 div.DivClassName
 {
   background-color: #DDCB0A;
 }
 .BgClassName
 {
   background-color: #DDCB0A;
 }
</style>

border-color css

<style>
 span { border-color: #DDCB0A; }

 span { border-color: rgb(221,203,10); }

 td.TdClassName
 {
   border-color: #DDCB0A;
 }
 .TagClassName
 {
   border-color: #DDCB0A;
 }
</style>