Html Css Color HEX #DEA512 Gamboge

📋 copy color: '#DEA512'

red 222 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #DEA512

Tints of Gamboge #DEA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 54.81%
G = 40.74%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEA512 (or 0xDEA512) is known color: Gamboge. HEX triplet: DE, A5 and 12. RGB value is (222,165,18). Sum of RGB (Red+Green+Blue) = 222+165+18=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA512 is #215AED. Grayscale: #A5A5A5. Windows color (decimal): -2185966 or 1222110. OLE color: 1222110.

HSL color Cylindrical-coordinate representation of color #DEA512: hue angle of 43.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEA512 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 165 18 -
CMYK 0 0.26 0.92 0.13
HSL 43.24º 0.85% 0.47% -
HSV(B) 43.24º 0.92% 0.87% -
XYZ 43.69 42.48 6.47 -
YUV 165.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 222 165 18 0 0.26 0.92 0.13 43.24 0.85 0.47
Hex DE A5 12 0 1A 5C D 2B 55 2F
Octal 336 245 22 0 32 134 15 53 125 57
Binary 11011110 10100101 10010 0 11010 1011100 1101 101011 1010101 101111

Color Harmonies of #DEA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA512

Black with #DEA512

Text Example


Text Example

White with #DEA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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