Html Css Color HEX #DE8C0C Gamboge

📋 copy color: '#DE8C0C'

red 222 ◦ green 140 ◦ blue 12

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

Shades of Gamboge #DE8C0C

Tints of Gamboge #DE8C0C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.43%

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

R = 59.36%
G = 37.43%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE8C0C (or 0xDE8C0C) is known color: Gamboge. HEX triplet: DE, 8C and 0C. RGB value is (222,140,12). Sum of RGB (Red+Green+Blue) = 222+140+12=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8C0C is #2173F3. Grayscale: #969696. Windows color (decimal): -2192372 or 822494. OLE color: 822494.

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

Color convert

RGB 222 140 12 -
CMYK 0 0.37 0.95 0.13
HSL 36.57º 0.9% 0.46% -
HSV(B) 36.57º 0.95% 0.87% -
XYZ 39.57 34.31 4.89 -
YUV 149.93 50.17 179.41 -
System Red Green Blue C M Y K H S L
Decimal 222 140 12 0 0.37 0.95 0.13 36.57 0.9 0.46
Hex DE 8C C 0 25 5F D 25 5A 2E
Octal 336 214 14 0 45 137 15 45 132 56
Binary 11011110 10001100 1100 0 100101 1011111 1101 100101 1011010 101110

Color Harmonies of #DE8C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8C0C

Black with #DE8C0C

Text Example


Text Example

White with #DE8C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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