Html Css Color HEX #DDB804 Sunflower

📋 copy color: '#DDB804'

red 221 ◦ green 184 ◦ blue 4

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

Shades of Sunflower #DDB804

Tints of Sunflower #DDB804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.99%

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

R = 54.03%
G = 44.99%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDB804 (or 0xDDB804) is known color: Sunflower. HEX triplet: DD, B8 and 04. RGB value is (221,184,4). Sum of RGB (Red+Green+Blue) = 221+184+4=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 4 (1.95% from 255 or 0.98% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB804 is #2247FB. Grayscale: #AFAFAF. Windows color (decimal): -2246652 or 309469. OLE color: 309469.

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

Color convert

RGB 221 184 4 -
CMYK 0 0.17 0.98 0.13
HSL 49.77º 0.96% 0.44% -
HSV(B) 49.77º 0.98% 0.87% -
XYZ 46.98 49.66 7.22 -
YUV 174.54 31.76 161.14 -
System Red Green Blue C M Y K H S L
Decimal 221 184 4 0 0.17 0.98 0.13 49.77 0.96 0.44
Hex DD B8 4 0 11 62 D 32 60 2C
Octal 335 270 4 0 21 142 15 62 140 54
Binary 11011101 10111000 100 0 10001 1100010 1101 110010 1100000 101100

Color Harmonies of #DDB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB804

Black with #DDB804

Text Example


Text Example

White with #DDB804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB804; }

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

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

background-color css

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

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

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

border-color css

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

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

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