Html Css Color HEX #DE9F1A Gamboge

📋 copy color: '#DE9F1A'

red 222 ◦ green 159 ◦ blue 26

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

Shades of Gamboge #DE9F1A

Tints of Gamboge #DE9F1A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 54.55%
G = 39.07%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE9F1A (or 0xDE9F1A) is known color: Gamboge. HEX triplet: DE, 9F and 1A. RGB value is (222,159,26). Sum of RGB (Red+Green+Blue) = 222+159+26=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9F1A is #2160E5. Grayscale: #A3A3A3. Windows color (decimal): -2187494 or 1744862. OLE color: 1744862.

HSL color Cylindrical-coordinate representation of color #DE9F1A: hue angle of 40.71º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE9F1A is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 159 26 -
CMYK 0 0.28 0.88 0.13
HSL 40.71º 0.79% 0.49% -
HSV(B) 40.71º 0.88% 0.87% -
XYZ 42.71 40.4 6.52 -
YUV 162.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 222 159 26 0 0.28 0.88 0.13 40.71 0.79 0.49
Hex DE 9F 1A 0 1C 58 D 29 4F 31
Octal 336 237 32 0 34 130 15 51 117 61
Binary 11011110 10011111 11010 0 11100 1011000 1101 101001 1001111 110001

Color Harmonies of #DE9F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE9F1A

Black with #DE9F1A

Text Example


Text Example

White with #DE9F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE9F1A; }

 p { color: rgb(222,159,26); }

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

background-color css

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

 a { background-color: rgb(222,159,26); }

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

border-color css

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

 span { border-color: rgb(222,159,26); }

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