Html Css Color HEX #DDB806 Sunflower

📋 copy color: '#DDB806'

red 221 ◦ green 184 ◦ blue 6

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

Shades of Sunflower #DDB806

Tints of Sunflower #DDB806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.46%

R = 53.77%
G = 44.77%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDB806 (or 0xDDB806) is known color: Sunflower. HEX triplet: DD, B8 and 06. RGB value is (221,184,6). Sum of RGB (Red+Green+Blue) = 221+184+6=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB806 is #2247F9. Grayscale: #AFAFAF. Windows color (decimal): -2246650 or 440541. OLE color: 440541.

HSL color Cylindrical-coordinate representation of color #DDB806: hue angle of 49.67º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDB806 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 184 6 -
CMYK 0 0.17 0.97 0.13
HSL 49.67º 0.95% 0.45% -
HSV(B) 49.67º 0.97% 0.87% -
XYZ 46.99 49.67 7.28 -
YUV 174.77 32.76 160.97 -
System Red Green Blue C M Y K H S L
Decimal 221 184 6 0 0.17 0.97 0.13 49.67 0.95 0.45
Hex DD B8 6 0 11 61 D 32 5F 2D
Octal 335 270 6 0 21 141 15 62 137 55
Binary 11011101 10111000 110 0 10001 1100001 1101 110010 1011111 101101

Color Harmonies of #DDB806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB806

Black with #DDB806

Text Example


Text Example

White with #DDB806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB806; }

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

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

background-color css

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

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

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

border-color css

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

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

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