Html Css Color HEX #DEAC0C Gamboge

📋 copy color: '#DEAC0C'

red 222 ◦ green 172 ◦ blue 12

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

Shades of Gamboge #DEAC0C

Tints of Gamboge #DEAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 54.68%
G = 42.36%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEAC0C (or 0xDEAC0C) is known color: Gamboge. HEX triplet: DE, AC and 0C. RGB value is (222,172,12). Sum of RGB (Red+Green+Blue) = 222+172+12=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC0C is #2153F3. Grayscale: #A9A9A9. Windows color (decimal): -2184180 or 830686. OLE color: 830686.

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

Color convert

RGB 222 172 12 -
CMYK 0 0.23 0.95 0.13
HSL 45.71º 0.9% 0.46% -
HSV(B) 45.71º 0.95% 0.87% -
XYZ 44.94 45.06 6.68 -
YUV 168.71 39.57 166.01 -
System Red Green Blue C M Y K H S L
Decimal 222 172 12 0 0.23 0.95 0.13 45.71 0.9 0.46
Hex DE AC C 0 17 5F D 2E 5A 2E
Octal 336 254 14 0 27 137 15 56 132 56
Binary 11011110 10101100 1100 0 10111 1011111 1101 101110 1011010 101110

Color Harmonies of #DEAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC0C

Black with #DEAC0C

Text Example


Text Example

White with #DEAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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