Html Css Color HEX #DE9700 Gamboge

📋 copy color: '#DE9700'

red 222 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #DE9700

Tints of Gamboge #DE9700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.52%
G = 40.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE9700 (or 0xDE9700) is known color: Gamboge. HEX triplet: DE, 97 and 00. RGB value is (222,151,0). Sum of RGB (Red+Green+Blue) = 222+151+0=373 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.52% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9700 is #2168FF. Grayscale: #9B9B9B. Windows color (decimal): -2189568 or 38878. OLE color: 38878.

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

Color convert

RGB 222 151 0 -
CMYK 0 0.32 1 0.13
HSL 40.81º 1% 0.44% -
HSV(B) 40.81º 1% 0.87% -
XYZ 41.19 37.66 5.1 -
YUV 155.02 40.52 175.78 -
System Red Green Blue C M Y K H S L
Decimal 222 151 0 0 0.32 1 0.13 40.81 1 0.44
Hex DE 97 0 0 20 64 D 29 64 2C
Octal 336 227 0 0 40 144 15 51 144 54
Binary 11011110 10010111 0 0 100000 1100100 1101 101001 1100100 101100

Color Harmonies of #DE9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9700

Black with #DE9700

Text Example


Text Example

White with #DE9700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9700; }

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

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

background-color css

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

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

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

border-color css

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

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

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