Html Css Color HEX #DDC004 Sunflower

📋 copy color: '#DDC004'

red 221 ◦ green 192 ◦ blue 4

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

Shades of Sunflower #DDC004

Tints of Sunflower #DDC004

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.04%

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

R = 53%
G = 46.04%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDC004 (or 0xDDC004) is known color: Sunflower. HEX triplet: DD, C0 and 04. RGB value is (221,192,4). Sum of RGB (Red+Green+Blue) = 221+192+4=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC004 is #223FFB. Grayscale: #B4B4B4. Windows color (decimal): -2244604 or 311517. OLE color: 311517.

HSL color Cylindrical-coordinate representation of color #DDC004: hue angle of 51.98º 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 #DDC004 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 4 -
CMYK 0 0.13 0.98 0.13
HSL 51.98º 0.96% 0.44% -
HSV(B) 51.98º 0.98% 0.87% -
XYZ 48.69 53.08 7.79 -
YUV 179.24 29.11 157.79 -
System Red Green Blue C M Y K H S L
Decimal 221 192 4 0 0.13 0.98 0.13 51.98 0.96 0.44
Hex DD C0 4 0 D 62 D 34 60 2C
Octal 335 300 4 0 15 142 15 64 140 54
Binary 11011101 11000000 100 0 1101 1100010 1101 110100 1100000 101100

Color Harmonies of #DDC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC004

Black with #DDC004

Text Example


Text Example

White with #DDC004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC004; }

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

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

background-color css

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

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

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

border-color css

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

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

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