Html Css Color HEX #DEA511 Gamboge

📋 copy color: '#DEA511'

red 222 ◦ green 165 ◦ blue 17

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

Shades of Gamboge #DEA511

Tints of Gamboge #DEA511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.21%

R = 54.95%
G = 40.84%
B = 4.21%

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

#DEA511 (or 0xDEA511) is known color: Gamboge. HEX triplet: DE, A5 and 11. RGB value is (222,165,17). Sum of RGB (Red+Green+Blue) = 222+165+17=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA511 is #215AEE. Grayscale: #A5A5A5. Windows color (decimal): -2185967 or 1156574. OLE color: 1156574.

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

Color convert

RGB 222 165 17 -
CMYK 0 0.26 0.92 0.13
HSL 43.32º 0.86% 0.47% -
HSV(B) 43.32º 0.92% 0.87% -
XYZ 43.68 42.48 6.43 -
YUV 165.17 44.38 168.53 -
System Red Green Blue C M Y K H S L
Decimal 222 165 17 0 0.26 0.92 0.13 43.32 0.86 0.47
Hex DE A5 11 0 1A 5C D 2B 56 2F
Octal 336 245 21 0 32 134 15 53 126 57
Binary 11011110 10100101 10001 0 11010 1011100 1101 101011 1010110 101111

Color Harmonies of #DEA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA511

Black with #DEA511

Text Example


Text Example

White with #DEA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA511; }

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

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

background-color css

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

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

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

border-color css

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

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

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