Html Css Color HEX #DE8F04 Gamboge

📋 copy color: '#DE8F04'

red 222 ◦ green 143 ◦ blue 4

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

Shades of Gamboge #DE8F04

Tints of Gamboge #DE8F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 60.16%
G = 38.75%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE8F04 (or 0xDE8F04) is known color: Gamboge. HEX triplet: DE, 8F and 04. RGB value is (222,143,4). Sum of RGB (Red+Green+Blue) = 222+143+4=369 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.16% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F04 is #2170FB. Grayscale: #979797. Windows color (decimal): -2191612 or 298974. OLE color: 298974.

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

Color convert

RGB 222 143 4 -
CMYK 0 0.36 0.98 0.13
HSL 38.26º 0.96% 0.44% -
HSV(B) 38.26º 0.98% 0.87% -
XYZ 39.97 35.18 4.8 -
YUV 150.78 45.17 178.8 -
System Red Green Blue C M Y K H S L
Decimal 222 143 4 0 0.36 0.98 0.13 38.26 0.96 0.44
Hex DE 8F 4 0 24 62 D 26 60 2C
Octal 336 217 4 0 44 142 15 46 140 54
Binary 11011110 10001111 100 0 100100 1100010 1101 100110 1100000 101100

Color Harmonies of #DE8F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F04

Black with #DE8F04

Text Example


Text Example

White with #DE8F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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