Html Css Color HEX #DEA00B Gamboge

📋 copy color: '#DEA00B'

red 222 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #DEA00B

Tints of Gamboge #DEA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.71%

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

R = 56.49%
G = 40.71%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEA00B (or 0xDEA00B) is known color: Gamboge. HEX triplet: DE, A0 and 0B. RGB value is (222,160,11). Sum of RGB (Red+Green+Blue) = 222+160+11=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA00B is #215FF4. Grayscale: #A2A2A2. Windows color (decimal): -2187253 or 762078. OLE color: 762078.

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

Color convert

RGB 222 160 11 -
CMYK 0 0.28 0.95 0.13
HSL 42.37º 0.91% 0.46% -
HSV(B) 42.37º 0.95% 0.87% -
XYZ 42.76 40.7 5.92 -
YUV 161.55 43.04 171.12 -
System Red Green Blue C M Y K H S L
Decimal 222 160 11 0 0.28 0.95 0.13 42.37 0.91 0.46
Hex DE A0 B 0 1C 5F D 2A 5B 2E
Octal 336 240 13 0 34 137 15 52 133 56
Binary 11011110 10100000 1011 0 11100 1011111 1101 101010 1011011 101110

Color Harmonies of #DEA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA00B

Black with #DEA00B

Text Example


Text Example

White with #DEA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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