Html Css Color HEX #DDC404 Sunflower

📋 copy color: '#DDC404'

red 221 ◦ green 196 ◦ blue 4

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

Shades of Sunflower #DDC404

Tints of Sunflower #DDC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.56%

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

R = 52.49%
G = 46.56%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDC404 (or 0xDDC404) is known color: Sunflower. HEX triplet: DD, C4 and 04. RGB value is (221,196,4). Sum of RGB (Red+Green+Blue) = 221+196+4=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC404 is #223BFB. Grayscale: #B6B6B6. Windows color (decimal): -2243580 or 312541. OLE color: 312541.

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

Color convert

RGB 221 196 4 -
CMYK 0 0.11 0.98 0.13
HSL 53.09º 0.96% 0.44% -
HSV(B) 53.09º 0.98% 0.87% -
XYZ 49.58 54.86 8.09 -
YUV 181.59 27.78 156.11 -
System Red Green Blue C M Y K H S L
Decimal 221 196 4 0 0.11 0.98 0.13 53.09 0.96 0.44
Hex DD C4 4 0 B 62 D 35 60 2C
Octal 335 304 4 0 13 142 15 65 140 54
Binary 11011101 11000100 100 0 1011 1100010 1101 110101 1100000 101100

Color Harmonies of #DDC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC404

Black with #DDC404

Text Example


Text Example

White with #DDC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC404; }

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

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

background-color css

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

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

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

border-color css

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

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

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