Html Css Color HEX #DE9203 Gamboge

📋 copy color: '#DE9203'

red 222 ◦ green 146 ◦ blue 3

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

Shades of Gamboge #DE9203

Tints of Gamboge #DE9203

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 59.84%
G = 39.35%
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

#DE9203 (or 0xDE9203) is known color: Gamboge. HEX triplet: DE, 92 and 03. RGB value is (222,146,3). Sum of RGB (Red+Green+Blue) = 222+146+3=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9203 is #216DFC. Grayscale: #999999. Windows color (decimal): -2190845 or 234206. OLE color: 234206.

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

Color convert

RGB 222 146 3 -
CMYK 0 0.34 0.99 0.13
HSL 39.18º 0.97% 0.44% -
HSV(B) 39.18º 0.99% 0.87% -
XYZ 40.42 36.09 4.92 -
YUV 152.42 43.68 177.63 -
System Red Green Blue C M Y K H S L
Decimal 222 146 3 0 0.34 0.99 0.13 39.18 0.97 0.44
Hex DE 92 3 0 22 63 D 27 61 2C
Octal 336 222 3 0 42 143 15 47 141 54
Binary 11011110 10010010 11 0 100010 1100011 1101 100111 1100001 101100

Color Harmonies of #DE9203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9203

Black with #DE9203

Text Example


Text Example

White with #DE9203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9203; }

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

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

background-color css

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

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

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

border-color css

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

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

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