Html Css Color HEX #DEA503 Gamboge

📋 copy color: '#DEA503'

red 222 ◦ green 165 ◦ blue 3

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

Shades of Gamboge #DEA503

Tints of Gamboge #DEA503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 56.92%
G = 42.31%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEA503 (or 0xDEA503) is known color: Gamboge. HEX triplet: DE, A5 and 03. RGB value is (222,165,3). Sum of RGB (Red+Green+Blue) = 222+165+3=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA503 is #215AFC. Grayscale: #A4A4A4. Windows color (decimal): -2185981 or 239070. OLE color: 239070.

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

Color convert

RGB 222 165 3 -
CMYK 0 0.26 0.99 0.13
HSL 44.38º 0.97% 0.44% -
HSV(B) 44.38º 0.99% 0.87% -
XYZ 43.6 42.45 5.98 -
YUV 163.58 37.38 169.67 -
System Red Green Blue C M Y K H S L
Decimal 222 165 3 0 0.26 0.99 0.13 44.38 0.97 0.44
Hex DE A5 3 0 1A 63 D 2C 61 2C
Octal 336 245 3 0 32 143 15 54 141 54
Binary 11011110 10100101 11 0 11010 1100011 1101 101100 1100001 101100

Color Harmonies of #DEA503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA503

Black with #DEA503

Text Example


Text Example

White with #DEA503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA503; }

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

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

background-color css

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

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

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

border-color css

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

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

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