Html Css Color HEX #DE9512 Gamboge

📋 copy color: '#DE9512'

red 222 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #DE9512

Tints of Gamboge #DE9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 18 (7.42% from 255) = 4.63%

R = 57.07%
G = 38.3%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE9512 (or 0xDE9512) is known color: Gamboge. HEX triplet: DE, 95 and 12. RGB value is (222,149,18). Sum of RGB (Red+Green+Blue) = 222+149+18=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9512 is #216AED. Grayscale: #9C9C9C. Windows color (decimal): -2190062 or 1218014. OLE color: 1218014.

HSL color Cylindrical-coordinate representation of color #DE9512: hue angle of 38.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE9512 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 149 18 -
CMYK 0 0.33 0.92 0.13
HSL 38.53º 0.85% 0.47% -
HSV(B) 38.53º 0.92% 0.87% -
XYZ 40.98 37.07 5.57 -
YUV 155.89 50.18 175.15 -
System Red Green Blue C M Y K H S L
Decimal 222 149 18 0 0.33 0.92 0.13 38.53 0.85 0.47
Hex DE 95 12 0 21 5C D 27 55 2F
Octal 336 225 22 0 41 134 15 47 125 57
Binary 11011110 10010101 10010 0 100001 1011100 1101 100111 1010101 101111

Color Harmonies of #DE9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9512

Black with #DE9512

Text Example


Text Example

White with #DE9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9512; }

 p { color: rgb(222,149,18); }

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

background-color css

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

 a { background-color: rgb(222,149,18); }

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

border-color css

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

 span { border-color: rgb(222,149,18); }

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