Html Css Color HEX #DE9401 Gamboge

📋 copy color: '#DE9401'

red 222 ◦ green 148 ◦ blue 1

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

Shades of Gamboge #DE9401

Tints of Gamboge #DE9401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 59.84%
G = 39.89%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DE9401 (or 0xDE9401) is known color: Gamboge. HEX triplet: DE, 94 and 01. RGB value is (222,148,1). Sum of RGB (Red+Green+Blue) = 222+148+1=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9401 is #216BFE. Grayscale: #9A9A9A. Windows color (decimal): -2190335 or 103646. OLE color: 103646.

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

Color convert

RGB 222 148 1 -
CMYK 0 0.33 1.00 0.13
HSL 39.91º 0.99% 0.44% -
HSV(B) 39.91º 1% 0.87% -
XYZ 40.72 36.71 4.97 -
YUV 153.37 42.02 176.95 -
System Red Green Blue C M Y K H S L
Decimal 222 148 1 0 0.33 1.00 0.13 39.91 0.99 0.44
Hex DE 94 1 0 21 64 D 28 63 2C
Octal 336 224 1 0 41 144 15 50 143 54
Binary 11011110 10010100 1 0 100001 1100100 1101 101000 1100011 101100

Color Harmonies of #DE9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9401

Black with #DE9401

Text Example


Text Example

White with #DE9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9401; }

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

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

background-color css

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

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

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

border-color css

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

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

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