Html Css Color HEX #DE9303 Gamboge

📋 copy color: '#DE9303'

red 222 ◦ green 147 ◦ blue 3

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

Shades of Gamboge #DE9303

Tints of Gamboge #DE9303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 59.68%
G = 39.52%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE9303 (or 0xDE9303) is known color: Gamboge. HEX triplet: DE, 93 and 03. RGB value is (222,147,3). Sum of RGB (Red+Green+Blue) = 222+147+3=372 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.68% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9303 is #216CFC. Grayscale: #999999. Windows color (decimal): -2190589 or 234462. OLE color: 234462.

HSL color Cylindrical-coordinate representation of color #DE9303: hue angle of 39.45º 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 #DE9303 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 147 3 -
CMYK 0 0.34 0.99 0.13
HSL 39.45º 0.97% 0.44% -
HSV(B) 39.45º 0.99% 0.87% -
XYZ 40.57 36.4 4.97 -
YUV 153.01 43.35 177.21 -
System Red Green Blue C M Y K H S L
Decimal 222 147 3 0 0.34 0.99 0.13 39.45 0.97 0.44
Hex DE 93 3 0 22 63 D 27 61 2C
Octal 336 223 3 0 42 143 15 47 141 54
Binary 11011110 10010011 11 0 100010 1100011 1101 100111 1100001 101100

Color Harmonies of #DE9303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9303

Black with #DE9303

Text Example


Text Example

White with #DE9303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9303; }

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

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

background-color css

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

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

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

border-color css

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

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

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