Html Css Color HEX #DE8F18 Gamboge

📋 copy color: '#DE8F18'

red 222 ◦ green 143 ◦ blue 24

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

Shades of Gamboge #DE8F18

Tints of Gamboge #DE8F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 57.07%
G = 36.76%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE8F18 (or 0xDE8F18) is known color: Gamboge. HEX triplet: DE, 8F and 18. RGB value is (222,143,24). Sum of RGB (Red+Green+Blue) = 222+143+24=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F18 is #2170E7. Grayscale: #999999. Windows color (decimal): -2191592 or 1609694. OLE color: 1609694.

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

Color convert

RGB 222 143 24 -
CMYK 0 0.36 0.89 0.13
HSL 36.06º 0.8% 0.48% -
HSV(B) 36.06º 0.89% 0.87% -
XYZ 40.11 35.24 5.55 -
YUV 153.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 222 143 24 0 0.36 0.89 0.13 36.06 0.8 0.48
Hex DE 8F 18 0 24 59 D 24 50 30
Octal 336 217 30 0 44 131 15 44 120 60
Binary 11011110 10001111 11000 0 100100 1011001 1101 100100 1010000 110000

Color Harmonies of #DE8F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F18

Black with #DE8F18

Text Example


Text Example

White with #DE8F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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