Html Css Color HEX #DEB114 Sunflower

📋 copy color: '#DEB114'

red 222 ◦ green 177 ◦ blue 20

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

Shades of Sunflower #DEB114

Tints of Sunflower #DEB114

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 52.98%
G = 42.24%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEB114 (or 0xDEB114) is known color: Sunflower. HEX triplet: DE, B1 and 14. RGB value is (222,177,20). Sum of RGB (Red+Green+Blue) = 222+177+20=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB114 is #214EEB. Grayscale: #ADADAD. Windows color (decimal): -2182892 or 1356254. OLE color: 1356254.

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

Color convert

RGB 222 177 20 -
CMYK 0 0.20 0.91 0.13
HSL 46.63º 0.83% 0.47% -
HSV(B) 46.63º 0.91% 0.87% -
XYZ 45.97 47.02 7.32 -
YUV 172.56 41.91 163.27 -
System Red Green Blue C M Y K H S L
Decimal 222 177 20 0 0.20 0.91 0.13 46.63 0.83 0.47
Hex DE B1 14 0 14 5B D 2F 53 2F
Octal 336 261 24 0 24 133 15 57 123 57
Binary 11011110 10110001 10100 0 10100 1011011 1101 101111 1010011 101111

Color Harmonies of #DEB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB114

Black with #DEB114

Text Example


Text Example

White with #DEB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB114; }

 p { color: rgb(222,177,20); }

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

background-color css

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

 a { background-color: rgb(222,177,20); }

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

border-color css

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

 span { border-color: rgb(222,177,20); }

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