Html Css Color HEX #DEAB0A Gamboge

📋 copy color: '#DEAB0A'

red 222 ◦ green 171 ◦ blue 10

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

Shades of Gamboge #DEAB0A

Tints of Gamboge #DEAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 55.09%
G = 42.43%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEAB0A (or 0xDEAB0A) is known color: Gamboge. HEX triplet: DE, AB and 0A. RGB value is (222,171,10). Sum of RGB (Red+Green+Blue) = 222+171+10=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB0A is #2154F5. Grayscale: #A8A8A8. Windows color (decimal): -2184438 or 699358. OLE color: 699358.

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

Color convert

RGB 222 171 10 -
CMYK 0 0.23 0.95 0.13
HSL 45.57º 0.91% 0.45% -
HSV(B) 45.57º 0.95% 0.87% -
XYZ 44.74 44.68 6.55 -
YUV 167.9 38.9 166.59 -
System Red Green Blue C M Y K H S L
Decimal 222 171 10 0 0.23 0.95 0.13 45.57 0.91 0.45
Hex DE AB A 0 17 5F D 2E 5B 2D
Octal 336 253 12 0 27 137 15 56 133 55
Binary 11011110 10101011 1010 0 10111 1011111 1101 101110 1011011 101101

Color Harmonies of #DEAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB0A

Black with #DEAB0A

Text Example


Text Example

White with #DEAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB0A; }

 p { color: rgb(222,171,10); }

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

background-color css

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

 a { background-color: rgb(222,171,10); }

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

border-color css

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

 span { border-color: rgb(222,171,10); }

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