Html Css Color HEX #DEB210 Sunflower

📋 copy color: '#DEB210'

red 222 ◦ green 178 ◦ blue 16

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

Shades of Sunflower #DEB210

Tints of Sunflower #DEB210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 53.37%
G = 42.79%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DEB210 (or 0xDEB210) is known color: Sunflower. HEX triplet: DE, B2 and 10. RGB value is (222,178,16). Sum of RGB (Red+Green+Blue) = 222+178+16=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB210 is #214DEF. Grayscale: #ADADAD. Windows color (decimal): -2182640 or 1094366. OLE color: 1094366.

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

Color convert

RGB 222 178 16 -
CMYK 0 0.20 0.93 0.13
HSL 47.18º 0.87% 0.47% -
HSV(B) 47.18º 0.93% 0.87% -
XYZ 46.14 47.41 7.21 -
YUV 172.69 39.58 163.17 -
System Red Green Blue C M Y K H S L
Decimal 222 178 16 0 0.20 0.93 0.13 47.18 0.87 0.47
Hex DE B2 10 0 14 5D D 2F 57 2F
Octal 336 262 20 0 24 135 15 57 127 57
Binary 11011110 10110010 10000 0 10100 1011101 1101 101111 1010111 101111

Color Harmonies of #DEB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB210

Black with #DEB210

Text Example


Text Example

White with #DEB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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