Html Css Color HEX #DEB212 Sunflower

📋 copy color: '#DEB212'

red 222 ◦ green 178 ◦ blue 18

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

Shades of Sunflower #DEB212

Tints of Sunflower #DEB212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.31%

R = 53.11%
G = 42.58%
B = 4.31%

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

#DEB212 (or 0xDEB212) is known color: Sunflower. HEX triplet: DE, B2 and 12. RGB value is (222,178,18). Sum of RGB (Red+Green+Blue) = 222+178+18=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB212 is #214DED. Grayscale: #ADADAD. Windows color (decimal): -2182638 or 1225438. OLE color: 1225438.

HSL color Cylindrical-coordinate representation of color #DEB212: hue angle of 47.06º degrees, saturation: 0.85, 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 #DEB212 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 18 -
CMYK 0 0.20 0.92 0.13
HSL 47.06º 0.85% 0.47% -
HSV(B) 47.06º 0.92% 0.87% -
XYZ 46.15 47.41 7.29 -
YUV 172.92 40.58 163.01 -
System Red Green Blue C M Y K H S L
Decimal 222 178 18 0 0.20 0.92 0.13 47.06 0.85 0.47
Hex DE B2 12 0 14 5C D 2F 55 2F
Octal 336 262 22 0 24 134 15 57 125 57
Binary 11011110 10110010 10010 0 10100 1011100 1101 101111 1010101 101111

Color Harmonies of #DEB212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB212

Black with #DEB212

Text Example


Text Example

White with #DEB212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB212; }

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

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

background-color css

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

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

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

border-color css

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

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

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