Html Css Color HEX #DEB00E Sunflower

📋 copy color: '#DEB00E'

red 222 ◦ green 176 ◦ blue 14

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

Shades of Sunflower #DEB00E

Tints of Sunflower #DEB00E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

 BLUE value IS 14 (5.86% from 255) = 3.4%

R = 53.88%
G = 42.72%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEB00E (or 0xDEB00E) is known color: Sunflower. HEX triplet: DE, B0 and 0E. RGB value is (222,176,14). Sum of RGB (Red+Green+Blue) = 222+176+14=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB00E is #214FF1. Grayscale: #ABABAB. Windows color (decimal): -2183154 or 962782. OLE color: 962782.

HSL color Cylindrical-coordinate representation of color #DEB00E: hue angle of 46.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DEB00E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 176 14 -
CMYK 0 0.21 0.94 0.13
HSL 46.73º 0.88% 0.46% -
HSV(B) 46.73º 0.94% 0.87% -
XYZ 45.73 46.61 7 -
YUV 171.29 39.24 164.17 -
System Red Green Blue C M Y K H S L
Decimal 222 176 14 0 0.21 0.94 0.13 46.73 0.88 0.46
Hex DE B0 E 0 15 5E D 2F 58 2E
Octal 336 260 16 0 25 136 15 57 130 56
Binary 11011110 10110000 1110 0 10101 1011110 1101 101111 1011000 101110

Color Harmonies of #DEB00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB00E

Black with #DEB00E

Text Example


Text Example

White with #DEB00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB00E; }

 p { color: rgb(222,176,14); }

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

background-color css

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

 a { background-color: rgb(222,176,14); }

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

border-color css

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

 span { border-color: rgb(222,176,14); }

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