Html Css Color HEX #DE970C Gamboge

📋 copy color: '#DE970C'

red 222 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #DE970C

Tints of Gamboge #DE970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.22%

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

R = 57.66%
G = 39.22%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE970C (or 0xDE970C) is known color: Gamboge. HEX triplet: DE, 97 and 0C. RGB value is (222,151,12). Sum of RGB (Red+Green+Blue) = 222+151+12=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE970C is #2168F3. Grayscale: #9D9D9D. Windows color (decimal): -2189556 or 825310. OLE color: 825310.

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

Color convert

RGB 222 151 12 -
CMYK 0 0.32 0.95 0.13
HSL 39.71º 0.9% 0.46% -
HSV(B) 39.71º 0.95% 0.87% -
XYZ 41.26 37.69 5.45 -
YUV 156.38 46.52 174.8 -
System Red Green Blue C M Y K H S L
Decimal 222 151 12 0 0.32 0.95 0.13 39.71 0.9 0.46
Hex DE 97 C 0 20 5F D 28 5A 2E
Octal 336 227 14 0 40 137 15 50 132 56
Binary 11011110 10010111 1100 0 100000 1011111 1101 101000 1011010 101110

Color Harmonies of #DE970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE970C

Black with #DE970C

Text Example


Text Example

White with #DE970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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