Html Css Color HEX #DE970A Gamboge

📋 copy color: '#DE970A'

red 222 ◦ green 151 ◦ blue 10

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

Shades of Gamboge #DE970A

Tints of Gamboge #DE970A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.61%

R = 57.96%
G = 39.43%
B = 2.61%

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

#DE970A (or 0xDE970A) is known color: Gamboge. HEX triplet: DE, 97 and 0A. RGB value is (222,151,10). Sum of RGB (Red+Green+Blue) = 222+151+10=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE970A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE970A is #2168F5. Grayscale: #9C9C9C. Windows color (decimal): -2189558 or 694238. OLE color: 694238.

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

Color convert

RGB 222 151 10 -
CMYK 0 0.32 0.95 0.13
HSL 39.91º 0.91% 0.45% -
HSV(B) 39.91º 0.95% 0.87% -
XYZ 41.25 37.68 5.39 -
YUV 156.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 222 151 10 0 0.32 0.95 0.13 39.91 0.91 0.45
Hex DE 97 A 0 20 5F D 28 5B 2D
Octal 336 227 12 0 40 137 15 50 133 55
Binary 11011110 10010111 1010 0 100000 1011111 1101 101000 1011011 101101

Color Harmonies of #DE970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE970A

Black with #DE970A

Text Example


Text Example

White with #DE970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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