Html Css Color HEX #DE8F03 Gamboge

📋 copy color: '#DE8F03'

red 222 ◦ green 143 ◦ blue 3

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

Shades of Gamboge #DE8F03

Tints of Gamboge #DE8F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 60.33%
G = 38.86%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE8F03 (or 0xDE8F03) is known color: Gamboge. HEX triplet: DE, 8F and 03. RGB value is (222,143,3). Sum of RGB (Red+Green+Blue) = 222+143+3=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F03 is #2170FC. Grayscale: #979797. Windows color (decimal): -2191613 or 233438. OLE color: 233438.

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

Color convert

RGB 222 143 3 -
CMYK 0 0.36 0.99 0.13
HSL 38.36º 0.97% 0.44% -
HSV(B) 38.36º 0.99% 0.87% -
XYZ 39.96 35.18 4.77 -
YUV 150.66 44.67 178.88 -
System Red Green Blue C M Y K H S L
Decimal 222 143 3 0 0.36 0.99 0.13 38.36 0.97 0.44
Hex DE 8F 3 0 24 63 D 26 61 2C
Octal 336 217 3 0 44 143 15 46 141 54
Binary 11011110 10001111 11 0 100100 1100011 1101 100110 1100001 101100

Color Harmonies of #DE8F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F03

Black with #DE8F03

Text Example


Text Example

White with #DE8F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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