Html Css Color HEX #DE8F13 Gamboge

📋 copy color: '#DE8F13'

red 222 ◦ green 143 ◦ blue 19

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

Shades of Gamboge #DE8F13

Tints of Gamboge #DE8F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.95%

R = 57.81%
G = 37.24%
B = 4.95%

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

#DE8F13 (or 0xDE8F13) is known color: Gamboge. HEX triplet: DE, 8F and 13. RGB value is (222,143,19). Sum of RGB (Red+Green+Blue) = 222+143+19=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F13 is #2170EC. Grayscale: #999999. Windows color (decimal): -2191597 or 1282014. OLE color: 1282014.

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

Color convert

RGB 222 143 19 -
CMYK 0 0.36 0.91 0.13
HSL 36.65º 0.84% 0.47% -
HSV(B) 36.65º 0.91% 0.87% -
XYZ 40.06 35.22 5.3 -
YUV 152.49 52.67 177.58 -
System Red Green Blue C M Y K H S L
Decimal 222 143 19 0 0.36 0.91 0.13 36.65 0.84 0.47
Hex DE 8F 13 0 24 5B D 25 54 2F
Octal 336 217 23 0 44 133 15 45 124 57
Binary 11011110 10001111 10011 0 100100 1011011 1101 100101 1010100 101111

Color Harmonies of #DE8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F13

Black with #DE8F13

Text Example


Text Example

White with #DE8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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