Html Css Color HEX #DDCA11 Sunflower

📋 copy color: '#DDCA11'

red 221 ◦ green 202 ◦ blue 17

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

Shades of Sunflower #DDCA11

Tints of Sunflower #DDCA11

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.91%

 BLUE value IS 17 (7.03% from 255) = 3.86%

R = 50.23%
G = 45.91%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDCA11 (or 0xDDCA11) is known color: Sunflower. HEX triplet: DD, CA and 11. RGB value is (221,202,17). Sum of RGB (Red+Green+Blue) = 221+202+17=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCA11 is #2235EE. Grayscale: #BBBBBB. Windows color (decimal): -2242031 or 1166045. OLE color: 1166045.

HSL color Cylindrical-coordinate representation of color #DDCA11: hue angle of 54.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDCA11 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 202 17 -
CMYK 0 0.09 0.92 0.13
HSL 54.41º 0.86% 0.47% -
HSV(B) 54.41º 0.92% 0.87% -
XYZ 51.04 57.65 8.97 -
YUV 186.59 32.29 152.54 -
System Red Green Blue C M Y K H S L
Decimal 221 202 17 0 0.09 0.92 0.13 54.41 0.86 0.47
Hex DD CA 11 0 9 5C D 36 56 2F
Octal 335 312 21 0 11 134 15 66 126 57
Binary 11011101 11001010 10001 0 1001 1011100 1101 110110 1010110 101111

Color Harmonies of #DDCA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCA11

Black with #DDCA11

Text Example


Text Example

White with #DDCA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCA11; }

 p { color: rgb(221,202,17); }

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

background-color css

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

 a { background-color: rgb(221,202,17); }

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

border-color css

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

 span { border-color: rgb(221,202,17); }

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