Html Css Color HEX #DDB805 Sunflower

📋 copy color: '#DDB805'

red 221 ◦ green 184 ◦ blue 5

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

Shades of Sunflower #DDB805

Tints of Sunflower #DDB805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 53.9%
G = 44.88%
B = 1.22%

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

#DDB805 (or 0xDDB805) is known color: Sunflower. HEX triplet: DD, B8 and 05. RGB value is (221,184,5). Sum of RGB (Red+Green+Blue) = 221+184+5=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB805 is #2247FA. Grayscale: #AFAFAF. Windows color (decimal): -2246651 or 375005. OLE color: 375005.

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

Color convert

RGB 221 184 5 -
CMYK 0 0.17 0.98 0.13
HSL 49.72º 0.96% 0.44% -
HSV(B) 49.72º 0.98% 0.87% -
XYZ 46.99 49.66 7.25 -
YUV 174.66 32.26 161.05 -
System Red Green Blue C M Y K H S L
Decimal 221 184 5 0 0.17 0.98 0.13 49.72 0.96 0.44
Hex DD B8 5 0 11 62 D 32 60 2C
Octal 335 270 5 0 21 142 15 62 140 54
Binary 11011101 10111000 101 0 10001 1100010 1101 110010 1100000 101100

Color Harmonies of #DDB805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB805

Black with #DDB805

Text Example


Text Example

White with #DDB805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB805; }

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

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

background-color css

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

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

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

border-color css

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

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

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