Html Css Color HEX #DE8F0C Gamboge

📋 copy color: '#DE8F0C'

red 222 ◦ green 143 ◦ blue 12

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

Shades of Gamboge #DE8F0C

Tints of Gamboge #DE8F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.93%

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

R = 58.89%
G = 37.93%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE8F0C (or 0xDE8F0C) is known color: Gamboge. HEX triplet: DE, 8F and 0C. RGB value is (222,143,12). Sum of RGB (Red+Green+Blue) = 222+143+12=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F0C is #2170F3. Grayscale: #989898. Windows color (decimal): -2191604 or 823262. OLE color: 823262.

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

Color convert

RGB 222 143 12 -
CMYK 0 0.36 0.95 0.13
HSL 37.43º 0.9% 0.46% -
HSV(B) 37.43º 0.95% 0.87% -
XYZ 40.01 35.2 5.03 -
YUV 151.69 49.17 178.15 -
System Red Green Blue C M Y K H S L
Decimal 222 143 12 0 0.36 0.95 0.13 37.43 0.9 0.46
Hex DE 8F C 0 24 5F D 25 5A 2E
Octal 336 217 14 0 44 137 15 45 132 56
Binary 11011110 10001111 1100 0 100100 1011111 1101 100101 1011010 101110

Color Harmonies of #DE8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F0C

Black with #DE8F0C

Text Example


Text Example

White with #DE8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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