Html Css Color HEX #DE8F05 Gamboge

📋 copy color: '#DE8F05'

red 222 ◦ green 143 ◦ blue 5

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

Shades of Gamboge #DE8F05

Tints of Gamboge #DE8F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 60%
G = 38.65%
B = 1.35%

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

#DE8F05 (or 0xDE8F05) is known color: Gamboge. HEX triplet: DE, 8F and 05. RGB value is (222,143,5). Sum of RGB (Red+Green+Blue) = 222+143+5=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F05 is #2170FA. Grayscale: #979797. Windows color (decimal): -2191611 or 364510. OLE color: 364510.

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

Color convert

RGB 222 143 5 -
CMYK 0 0.36 0.98 0.13
HSL 38.16º 0.96% 0.45% -
HSV(B) 38.16º 0.98% 0.87% -
XYZ 39.97 35.19 4.83 -
YUV 150.89 45.67 178.72 -
System Red Green Blue C M Y K H S L
Decimal 222 143 5 0 0.36 0.98 0.13 38.16 0.96 0.45
Hex DE 8F 5 0 24 62 D 26 60 2D
Octal 336 217 5 0 44 142 15 46 140 55
Binary 11011110 10001111 101 0 100100 1100010 1101 100110 1100000 101101

Color Harmonies of #DE8F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F05

Black with #DE8F05

Text Example


Text Example

White with #DE8F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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