Html Css Color HEX #DE8F15 Gamboge

📋 copy color: '#DE8F15'

red 222 ◦ green 143 ◦ blue 21

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

Shades of Gamboge #DE8F15

Tints of Gamboge #DE8F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 57.51%
G = 37.05%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE8F15 (or 0xDE8F15) is known color: Gamboge. HEX triplet: DE, 8F and 15. RGB value is (222,143,21). Sum of RGB (Red+Green+Blue) = 222+143+21=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F15 is #2170EA. Grayscale: #999999. Windows color (decimal): -2191595 or 1413086. OLE color: 1413086.

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

Color convert

RGB 222 143 21 -
CMYK 0 0.36 0.91 0.13
HSL 36.42º 0.83% 0.48% -
HSV(B) 36.42º 0.91% 0.87% -
XYZ 40.08 35.23 5.4 -
YUV 152.71 53.67 177.42 -
System Red Green Blue C M Y K H S L
Decimal 222 143 21 0 0.36 0.91 0.13 36.42 0.83 0.48
Hex DE 8F 15 0 24 5B D 24 53 30
Octal 336 217 25 0 44 133 15 44 123 60
Binary 11011110 10001111 10101 0 100100 1011011 1101 100100 1010011 110000

Color Harmonies of #DE8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F15

Black with #DE8F15

Text Example


Text Example

White with #DE8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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