Html Css Color HEX #DE9D04 Gamboge

📋 copy color: '#DE9D04'

red 222 ◦ green 157 ◦ blue 4

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

Shades of Gamboge #DE9D04

Tints of Gamboge #DE9D04

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 57.96%
G = 40.99%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DE9D04 (or 0xDE9D04) is known color: Gamboge. HEX triplet: DE, 9D and 04. RGB value is (222,157,4). Sum of RGB (Red+Green+Blue) = 222+157+4=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9D04 is #2162FB. Grayscale: #9F9F9F. Windows color (decimal): -2188028 or 302558. OLE color: 302558.

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

Color convert

RGB 222 157 4 -
CMYK 0 0.29 0.98 0.13
HSL 42.11º 0.96% 0.44% -
HSV(B) 42.11º 0.98% 0.87% -
XYZ 42.2 39.65 5.54 -
YUV 158.99 40.53 172.94 -
System Red Green Blue C M Y K H S L
Decimal 222 157 4 0 0.29 0.98 0.13 42.11 0.96 0.44
Hex DE 9D 4 0 1D 62 D 2A 60 2C
Octal 336 235 4 0 35 142 15 52 140 54
Binary 11011110 10011101 100 0 11101 1100010 1101 101010 1100000 101100

Color Harmonies of #DE9D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9D04

Black with #DE9D04

Text Example


Text Example

White with #DE9D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9D04; }

 p { color: rgb(222,157,4); }

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

background-color css

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

 a { background-color: rgb(222,157,4); }

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

border-color css

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

 span { border-color: rgb(222,157,4); }

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