Html Css Color HEX #DE950C Gamboge

📋 copy color: '#DE950C'

red 222 ◦ green 149 ◦ blue 12

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

Shades of Gamboge #DE950C

Tints of Gamboge #DE950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 57.96%
G = 38.9%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE950C (or 0xDE950C) is known color: Gamboge. HEX triplet: DE, 95 and 0C. RGB value is (222,149,12). Sum of RGB (Red+Green+Blue) = 222+149+12=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE950C is #216AF3. Grayscale: #9B9B9B. Windows color (decimal): -2190068 or 824798. OLE color: 824798.

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

Color convert

RGB 222 149 12 -
CMYK 0 0.33 0.95 0.13
HSL 39.14º 0.9% 0.46% -
HSV(B) 39.14º 0.95% 0.87% -
XYZ 40.94 37.05 5.34 -
YUV 155.21 47.18 175.64 -
System Red Green Blue C M Y K H S L
Decimal 222 149 12 0 0.33 0.95 0.13 39.14 0.9 0.46
Hex DE 95 C 0 21 5F D 27 5A 2E
Octal 336 225 14 0 41 137 15 47 132 56
Binary 11011110 10010101 1100 0 100001 1011111 1101 100111 1011010 101110

Color Harmonies of #DE950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE950C

Black with #DE950C

Text Example


Text Example

White with #DE950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE950C; }

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

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

background-color css

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

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

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

border-color css

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

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

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