Html Css Color HEX #DEA50C Gamboge

📋 copy color: '#DEA50C'

red 222 ◦ green 165 ◦ blue 12

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

Shades of Gamboge #DEA50C

Tints of Gamboge #DEA50C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

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

R = 55.64%
G = 41.35%
B = 3.01%

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

#DEA50C (or 0xDEA50C) is known color: Gamboge. HEX triplet: DE, A5 and 0C. RGB value is (222,165,12). Sum of RGB (Red+Green+Blue) = 222+165+12=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA50C is #215AF3. Grayscale: #A5A5A5. Windows color (decimal): -2185972 or 828894. OLE color: 828894.

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

Color convert

RGB 222 165 12 -
CMYK 0 0.26 0.95 0.13
HSL 43.71º 0.9% 0.46% -
HSV(B) 43.71º 0.95% 0.87% -
XYZ 43.65 42.47 6.24 -
YUV 164.6 41.88 168.94 -
System Red Green Blue C M Y K H S L
Decimal 222 165 12 0 0.26 0.95 0.13 43.71 0.9 0.46
Hex DE A5 C 0 1A 5F D 2C 5A 2E
Octal 336 245 14 0 32 137 15 54 132 56
Binary 11011110 10100101 1100 0 11010 1011111 1101 101100 1011010 101110

Color Harmonies of #DEA50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA50C

Black with #DEA50C

Text Example


Text Example

White with #DEA50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA50C; }

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

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

background-color css

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

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

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

border-color css

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

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

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