Html Css Color HEX #DEA60B Gamboge

📋 copy color: '#DEA60B'

red 222 ◦ green 166 ◦ blue 11

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

Shades of Gamboge #DEA60B

Tints of Gamboge #DEA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 55.64%
G = 41.6%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEA60B (or 0xDEA60B) is known color: Gamboge. HEX triplet: DE, A6 and 0B. RGB value is (222,166,11). Sum of RGB (Red+Green+Blue) = 222+166+11=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA60B is #2159F4. Grayscale: #A5A5A5. Windows color (decimal): -2185717 or 763614. OLE color: 763614.

HSL color Cylindrical-coordinate representation of color #DEA60B: hue angle of 44.08º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEA60B is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 166 11 -
CMYK 0 0.25 0.95 0.13
HSL 44.08º 0.91% 0.46% -
HSV(B) 44.08º 0.95% 0.87% -
XYZ 43.82 42.83 6.27 -
YUV 165.07 41.05 168.6 -
System Red Green Blue C M Y K H S L
Decimal 222 166 11 0 0.25 0.95 0.13 44.08 0.91 0.46
Hex DE A6 B 0 19 5F D 2C 5B 2E
Octal 336 246 13 0 31 137 15 54 133 56
Binary 11011110 10100110 1011 0 11001 1011111 1101 101100 1011011 101110

Color Harmonies of #DEA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA60B

Black with #DEA60B

Text Example


Text Example

White with #DEA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA60B; }

 p { color: rgb(222,166,11); }

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

background-color css

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

 a { background-color: rgb(222,166,11); }

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

border-color css

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

 span { border-color: rgb(222,166,11); }

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