Html Css Color HEX #DEA413 Gamboge

📋 copy color: '#DEA413'

red 222 ◦ green 164 ◦ blue 19

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

Shades of Gamboge #DEA413

Tints of Gamboge #DEA413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.69%

R = 54.81%
G = 40.49%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA413 (or 0xDEA413) is known color: Gamboge. HEX triplet: DE, A4 and 13. RGB value is (222,164,19). Sum of RGB (Red+Green+Blue) = 222+164+19=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA413 is #215BEC. Grayscale: #A5A5A5. Windows color (decimal): -2186221 or 1287390. OLE color: 1287390.

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

Color convert

RGB 222 164 19 -
CMYK 0 0.26 0.91 0.13
HSL 42.86º 0.84% 0.47% -
HSV(B) 42.86º 0.91% 0.87% -
XYZ 43.52 42.13 6.45 -
YUV 164.81 45.72 168.79 -
System Red Green Blue C M Y K H S L
Decimal 222 164 19 0 0.26 0.91 0.13 42.86 0.84 0.47
Hex DE A4 13 0 1A 5B D 2B 54 2F
Octal 336 244 23 0 32 133 15 53 124 57
Binary 11011110 10100100 10011 0 11010 1011011 1101 101011 1010100 101111

Color Harmonies of #DEA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA413

Black with #DEA413

Text Example


Text Example

White with #DEA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA413; }

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

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

background-color css

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

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

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

border-color css

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

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

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