Html Css Color HEX #DE9400 Gamboge

📋 copy color: '#DE9400'

red 222 ◦ green 148 ◦ blue 0

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

Shades of Gamboge #DE9400

Tints of Gamboge #DE9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE9400 (or 0xDE9400) is known color: Gamboge. HEX triplet: DE, 94 and 00. RGB value is (222,148,0). Sum of RGB (Red+Green+Blue) = 222+148+0=370 (49% of max value = 765). Red value is 222 (87.11% from 255 or 60% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9400 is #216BFF. Grayscale: #999999. Windows color (decimal): -2190336 or 38110. OLE color: 38110.

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

Color convert

RGB 222 148 0 -
CMYK 0 0.33 1 0.13
HSL 40º 1% 0.44% -
HSV(B) 40º 1% 0.87% -
XYZ 40.71 36.71 4.94 -
YUV 153.25 41.52 177.03 -
System Red Green Blue C M Y K H S L
Decimal 222 148 0 0 0.33 1 0.13 40 1 0.44
Hex DE 94 0 0 21 64 D 28 64 2C
Octal 336 224 0 0 41 144 15 50 144 54
Binary 11011110 10010100 0 0 100001 1100100 1101 101000 1100100 101100

Color Harmonies of #DE9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9400

Black with #DE9400

Text Example


Text Example

White with #DE9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9400; }

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

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

background-color css

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

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

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

border-color css

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

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

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