Html Css Color HEX #DE9205 Gamboge

📋 copy color: '#DE9205'

red 222 ◦ green 146 ◦ blue 5

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

Shades of Gamboge #DE9205

Tints of Gamboge #DE9205

RGB

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

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

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

R = 59.52%
G = 39.14%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE9205 (or 0xDE9205) is known color: Gamboge. HEX triplet: DE, 92 and 05. RGB value is (222,146,5). Sum of RGB (Red+Green+Blue) = 222+146+5=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9205 is #216DFA. Grayscale: #999999. Windows color (decimal): -2190843 or 365278. OLE color: 365278.

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

Color convert

RGB 222 146 5 -
CMYK 0 0.34 0.98 0.13
HSL 38.99º 0.96% 0.45% -
HSV(B) 38.99º 0.98% 0.87% -
XYZ 40.43 36.1 4.98 -
YUV 152.65 44.68 177.46 -
System Red Green Blue C M Y K H S L
Decimal 222 146 5 0 0.34 0.98 0.13 38.99 0.96 0.45
Hex DE 92 5 0 22 62 D 27 60 2D
Octal 336 222 5 0 42 142 15 47 140 55
Binary 11011110 10010010 101 0 100010 1100010 1101 100111 1100000 101101

Color Harmonies of #DE9205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9205

Black with #DE9205

Text Example


Text Example

White with #DE9205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9205; }

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

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

background-color css

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

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

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

border-color css

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

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

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