Html Css Color HEX #DDC804 Sunflower

📋 copy color: '#DDC804'

red 221 ◦ green 200 ◦ blue 4

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

Shades of Sunflower #DDC804

Tints of Sunflower #DDC804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.06%

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

R = 52%
G = 47.06%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDC804 (or 0xDDC804) is known color: Sunflower. HEX triplet: DD, C8 and 04. RGB value is (221,200,4). Sum of RGB (Red+Green+Blue) = 221+200+4=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC804 is #2237FB. Grayscale: #B8B8B8. Windows color (decimal): -2242556 or 313565. OLE color: 313565.

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

Color convert

RGB 221 200 4 -
CMYK 0 0.10 0.98 0.13
HSL 54.19º 0.96% 0.44% -
HSV(B) 54.19º 0.98% 0.87% -
XYZ 50.49 56.69 8.4 -
YUV 183.94 26.46 154.44 -
System Red Green Blue C M Y K H S L
Decimal 221 200 4 0 0.10 0.98 0.13 54.19 0.96 0.44
Hex DD C8 4 0 A 62 D 36 60 2C
Octal 335 310 4 0 12 142 15 66 140 54
Binary 11011101 11001000 100 0 1010 1100010 1101 110110 1100000 101100

Color Harmonies of #DDC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC804

Black with #DDC804

Text Example


Text Example

White with #DDC804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC804; }

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

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

background-color css

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

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

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

border-color css

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

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

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