Html Css Color HEX #DEB211 Sunflower

📋 copy color: '#DEB211'

red 222 ◦ green 178 ◦ blue 17

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

Shades of Sunflower #DEB211

Tints of Sunflower #DEB211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.69%

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 53.24%
G = 42.69%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEB211 (or 0xDEB211) is known color: Sunflower. HEX triplet: DE, B2 and 11. RGB value is (222,178,17). Sum of RGB (Red+Green+Blue) = 222+178+17=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB211 is #214DEE. Grayscale: #ADADAD. Windows color (decimal): -2182639 or 1159902. OLE color: 1159902.

HSL color Cylindrical-coordinate representation of color #DEB211: hue angle of 47.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEB211 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 17 -
CMYK 0 0.20 0.92 0.13
HSL 47.12º 0.86% 0.47% -
HSV(B) 47.12º 0.92% 0.87% -
XYZ 46.15 47.41 7.25 -
YUV 172.8 40.08 163.09 -
System Red Green Blue C M Y K H S L
Decimal 222 178 17 0 0.20 0.92 0.13 47.12 0.86 0.47
Hex DE B2 11 0 14 5C D 2F 56 2F
Octal 336 262 21 0 24 134 15 57 126 57
Binary 11011110 10110010 10001 0 10100 1011100 1101 101111 1010110 101111

Color Harmonies of #DEB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB211

Black with #DEB211

Text Example


Text Example

White with #DEB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB211; }

 p { color: rgb(222,178,17); }

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

background-color css

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

 a { background-color: rgb(222,178,17); }

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

border-color css

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

 span { border-color: rgb(222,178,17); }

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