Html Css Color HEX #DEB418 Sunflower

📋 copy color: '#DEB418'

red 222 ◦ green 180 ◦ blue 24

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

Shades of Sunflower #DEB418

Tints of Sunflower #DEB418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.63%

R = 52.11%
G = 42.25%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEB418 (or 0xDEB418) is known color: Sunflower. HEX triplet: DE, B4 and 18. RGB value is (222,180,24). Sum of RGB (Red+Green+Blue) = 222+180+24=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB418 is #214BE7. Grayscale: #AFAFAF. Windows color (decimal): -2182120 or 1619166. OLE color: 1619166.

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

Color convert

RGB 222 180 24 -
CMYK 0 0.19 0.89 0.13
HSL 47.27º 0.8% 0.48% -
HSV(B) 47.27º 0.89% 0.87% -
XYZ 46.61 48.24 7.72 -
YUV 174.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 222 180 24 0 0.19 0.89 0.13 47.27 0.8 0.48
Hex DE B4 18 0 13 59 D 2F 50 30
Octal 336 264 30 0 23 131 15 57 120 60
Binary 11011110 10110100 11000 0 10011 1011001 1101 101111 1010000 110000

Color Harmonies of #DEB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB418

Black with #DEB418

Text Example


Text Example

White with #DEB418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB418; }

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

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

background-color css

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

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

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

border-color css

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

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

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