Html Css Color HEX #DEA314 Gamboge

📋 copy color: '#DEA314'

red 222 ◦ green 163 ◦ blue 20

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

Shades of Gamboge #DEA314

Tints of Gamboge #DEA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.25%

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 54.81%
G = 40.25%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEA314 (or 0xDEA314) is known color: Gamboge. HEX triplet: DE, A3 and 14. RGB value is (222,163,20). Sum of RGB (Red+Green+Blue) = 222+163+20=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA314 is #215CEB. Grayscale: #A4A4A4. Windows color (decimal): -2186476 or 1352670. OLE color: 1352670.

HSL color Cylindrical-coordinate representation of color #DEA314: hue angle of 42.48º degrees, saturation: 0.83, 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 #DEA314 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 163 20 -
CMYK 0 0.27 0.91 0.13
HSL 42.48º 0.83% 0.47% -
HSV(B) 42.48º 0.91% 0.87% -
XYZ 43.35 41.77 6.44 -
YUV 164.34 46.55 169.13 -
System Red Green Blue C M Y K H S L
Decimal 222 163 20 0 0.27 0.91 0.13 42.48 0.83 0.47
Hex DE A3 14 0 1B 5B D 2A 53 2F
Octal 336 243 24 0 33 133 15 52 123 57
Binary 11011110 10100011 10100 0 11011 1011011 1101 101010 1010011 101111

Color Harmonies of #DEA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA314

Black with #DEA314

Text Example


Text Example

White with #DEA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA314; }

 p { color: rgb(222,163,20); }

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

background-color css

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

 a { background-color: rgb(222,163,20); }

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

border-color css

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

 span { border-color: rgb(222,163,20); }

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