Html Css Color HEX #DEA10C Gamboge

📋 copy color: '#DEA10C'

red 222 ◦ green 161 ◦ blue 12

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

Shades of Gamboge #DEA10C

Tints of Gamboge #DEA10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.76%

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 56.2%
G = 40.76%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEA10C (or 0xDEA10C) is known color: Gamboge. HEX triplet: DE, A1 and 0C. RGB value is (222,161,12). Sum of RGB (Red+Green+Blue) = 222+161+12=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA10C is #215EF3. Grayscale: #A2A2A2. Windows color (decimal): -2186996 or 827870. OLE color: 827870.

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

Color convert

RGB 222 161 12 -
CMYK 0 0.27 0.95 0.13
HSL 42.57º 0.9% 0.46% -
HSV(B) 42.57º 0.95% 0.87% -
XYZ 42.94 41.05 6.01 -
YUV 162.25 43.21 170.62 -
System Red Green Blue C M Y K H S L
Decimal 222 161 12 0 0.27 0.95 0.13 42.57 0.9 0.46
Hex DE A1 C 0 1B 5F D 2B 5A 2E
Octal 336 241 14 0 33 137 15 53 132 56
Binary 11011110 10100001 1100 0 11011 1011111 1101 101011 1011010 101110

Color Harmonies of #DEA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA10C

Black with #DEA10C

Text Example


Text Example

White with #DEA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA10C; }

 p { color: rgb(222,161,12); }

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

background-color css

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

 a { background-color: rgb(222,161,12); }

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

border-color css

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

 span { border-color: rgb(222,161,12); }

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