Html Css Color HEX #DE910C Gamboge

📋 copy color: '#DE910C'

red 222 ◦ green 145 ◦ blue 12

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

Shades of Gamboge #DE910C

Tints of Gamboge #DE910C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 58.58%
G = 38.26%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE910C (or 0xDE910C) is known color: Gamboge. HEX triplet: DE, 91 and 0C. RGB value is (222,145,12). Sum of RGB (Red+Green+Blue) = 222+145+12=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE910C is #216EF3. Grayscale: #999999. Windows color (decimal): -2191092 or 823774. OLE color: 823774.

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

Color convert

RGB 222 145 12 -
CMYK 0 0.35 0.95 0.13
HSL 38º 0.9% 0.46% -
HSV(B) 38º 0.95% 0.87% -
XYZ 40.32 35.81 5.13 -
YUV 152.86 48.51 177.31 -
System Red Green Blue C M Y K H S L
Decimal 222 145 12 0 0.35 0.95 0.13 38 0.9 0.46
Hex DE 91 C 0 23 5F D 26 5A 2E
Octal 336 221 14 0 43 137 15 46 132 56
Binary 11011110 10010001 1100 0 100011 1011111 1101 100110 1011010 101110

Color Harmonies of #DE910C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE910C

Black with #DE910C

Text Example


Text Example

White with #DE910C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE910C; }

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

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

background-color css

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

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

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

border-color css

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

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

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