Html Css Color HEX #DE8F08 Gamboge

📋 copy color: '#DE8F08'

red 222 ◦ green 143 ◦ blue 8

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

Shades of Gamboge #DE8F08

Tints of Gamboge #DE8F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.14%

R = 59.52%
G = 38.34%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE8F08 (or 0xDE8F08) is known color: Gamboge. HEX triplet: DE, 8F and 08. RGB value is (222,143,8). Sum of RGB (Red+Green+Blue) = 222+143+8=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F08 is #2170F7. Grayscale: #979797. Windows color (decimal): -2191608 or 561118. OLE color: 561118.

HSL color Cylindrical-coordinate representation of color #DE8F08: hue angle of 37.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE8F08 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 143 8 -
CMYK 0 0.36 0.96 0.13
HSL 37.85º 0.93% 0.45% -
HSV(B) 37.85º 0.96% 0.87% -
XYZ 39.99 35.19 4.91 -
YUV 151.23 47.17 178.48 -
System Red Green Blue C M Y K H S L
Decimal 222 143 8 0 0.36 0.96 0.13 37.85 0.93 0.45
Hex DE 8F 8 0 24 60 D 26 5D 2D
Octal 336 217 10 0 44 140 15 46 135 55
Binary 11011110 10001111 1000 0 100100 1100000 1101 100110 1011101 101101

Color Harmonies of #DE8F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F08

Black with #DE8F08

Text Example


Text Example

White with #DE8F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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