Html Css Color HEX #DEAC0E Gamboge

📋 copy color: '#DEAC0E'

red 222 ◦ green 172 ◦ blue 14

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

Shades of Gamboge #DEAC0E

Tints of Gamboge #DEAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.16%

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

R = 54.41%
G = 42.16%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DEAC0E (or 0xDEAC0E) is known color: Gamboge. HEX triplet: DE, AC and 0E. RGB value is (222,172,14). Sum of RGB (Red+Green+Blue) = 222+172+14=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC0E is #2153F1. Grayscale: #A9A9A9. Windows color (decimal): -2184178 or 961758. OLE color: 961758.

HSL color Cylindrical-coordinate representation of color #DEAC0E: hue angle of 45.58º 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 #DEAC0E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 172 14 -
CMYK 0 0.23 0.94 0.13
HSL 45.58º 0.88% 0.46% -
HSV(B) 45.58º 0.94% 0.87% -
XYZ 44.96 45.07 6.74 -
YUV 168.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 222 172 14 0 0.23 0.94 0.13 45.58 0.88 0.46
Hex DE AC E 0 17 5E D 2E 58 2E
Octal 336 254 16 0 27 136 15 56 130 56
Binary 11011110 10101100 1110 0 10111 1011110 1101 101110 1011000 101110

Color Harmonies of #DEAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC0E

Black with #DEAC0E

Text Example


Text Example

White with #DEAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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