Html Css Color HEX #DEB408 Sunflower

📋 copy color: '#DEB408'

red 222 ◦ green 180 ◦ blue 8

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

Shades of Sunflower #DEB408

Tints of Sunflower #DEB408

RGB

 RED value IS 222 (87.11% from 255) = 54.15%

 GREEN value IS 180 (70.7% from 255) = 43.9%

 BLUE value IS 8 (3.52% from 255) = 1.95%

R = 54.15%
G = 43.9%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DEB408 (or 0xDEB408) is known color: Sunflower. HEX triplet: DE, B4 and 08. RGB value is (222,180,8). Sum of RGB (Red+Green+Blue) = 222+180+8=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 8 (3.52% from 255 or 1.95% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB408 is #214BF7. Grayscale: #ADADAD. Windows color (decimal): -2182136 or 570590. OLE color: 570590.

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

Color convert

RGB 222 180 8 -
CMYK 0 0.19 0.96 0.13
HSL 48.22º 0.93% 0.45% -
HSV(B) 48.22º 0.96% 0.87% -
XYZ 46.49 48.19 7.08 -
YUV 172.95 34.91 162.99 -
System Red Green Blue C M Y K H S L
Decimal 222 180 8 0 0.19 0.96 0.13 48.22 0.93 0.45
Hex DE B4 8 0 13 60 D 30 5D 2D
Octal 336 264 10 0 23 140 15 60 135 55
Binary 11011110 10110100 1000 0 10011 1100000 1101 110000 1011101 101101

Color Harmonies of #DEB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB408

Black with #DEB408

Text Example


Text Example

White with #DEB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB408; }

 p { color: rgb(222,180,8); }

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

background-color css

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

 a { background-color: rgb(222,180,8); }

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

border-color css

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

 span { border-color: rgb(222,180,8); }

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