Html Css Color HEX #DEA40C Gamboge

📋 copy color: '#DEA40C'

red 222 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #DEA40C

Tints of Gamboge #DEA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.21%

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

R = 55.78%
G = 41.21%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEA40C (or 0xDEA40C) is known color: Gamboge. HEX triplet: DE, A4 and 0C. RGB value is (222,164,12). Sum of RGB (Red+Green+Blue) = 222+164+12=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 164 (64.45% from 255 or 41.21% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA40C is #215BF3. Grayscale: #A4A4A4. Windows color (decimal): -2186228 or 828638. OLE color: 828638.

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

Color convert

RGB 222 164 12 -
CMYK 0 0.26 0.95 0.13
HSL 43.43º 0.9% 0.46% -
HSV(B) 43.43º 0.95% 0.87% -
XYZ 43.47 42.11 6.18 -
YUV 164.01 42.22 169.36 -
System Red Green Blue C M Y K H S L
Decimal 222 164 12 0 0.26 0.95 0.13 43.43 0.9 0.46
Hex DE A4 C 0 1A 5F D 2B 5A 2E
Octal 336 244 14 0 32 137 15 53 132 56
Binary 11011110 10100100 1100 0 11010 1011111 1101 101011 1011010 101110

Color Harmonies of #DEA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA40C

Black with #DEA40C

Text Example


Text Example

White with #DEA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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