Html Css Color HEX #DDC204 Sunflower

📋 copy color: '#DDC204'

red 221 ◦ green 194 ◦ blue 4

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

Shades of Sunflower #DDC204

Tints of Sunflower #DDC204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 52.74%
G = 46.3%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDC204 (or 0xDDC204) is known color: Sunflower. HEX triplet: DD, C2 and 04. RGB value is (221,194,4). Sum of RGB (Red+Green+Blue) = 221+194+4=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC204 is #223DFB. Grayscale: #B5B5B5. Windows color (decimal): -2244092 or 312029. OLE color: 312029.

HSL color Cylindrical-coordinate representation of color #DDC204: hue angle of 52.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDC204 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 4 -
CMYK 0 0.12 0.98 0.13
HSL 52.53º 0.96% 0.44% -
HSV(B) 52.53º 0.98% 0.87% -
XYZ 49.13 53.96 7.94 -
YUV 180.41 28.45 156.95 -
System Red Green Blue C M Y K H S L
Decimal 221 194 4 0 0.12 0.98 0.13 52.53 0.96 0.44
Hex DD C2 4 0 C 62 D 35 60 2C
Octal 335 302 4 0 14 142 15 65 140 54
Binary 11011101 11000010 100 0 1100 1100010 1101 110101 1100000 101100

Color Harmonies of #DDC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC204

Black with #DDC204

Text Example


Text Example

White with #DDC204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC204; }

 p { color: rgb(221,194,4); }

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

background-color css

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

 a { background-color: rgb(221,194,4); }

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

border-color css

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

 span { border-color: rgb(221,194,4); }

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