Html Css Color HEX #DEA303 Gamboge

📋 copy color: '#DEA303'

red 222 ◦ green 163 ◦ blue 3

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

Shades of Gamboge #DEA303

Tints of Gamboge #DEA303

RGB

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

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

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

R = 57.22%
G = 42.01%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DEA303 (or 0xDEA303) is known color: Gamboge. HEX triplet: DE, A3 and 03. RGB value is (222,163,3). Sum of RGB (Red+Green+Blue) = 222+163+3=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA303 is #215CFC. Grayscale: #A3A3A3. Windows color (decimal): -2186493 or 238558. OLE color: 238558.

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

Color convert

RGB 222 163 3 -
CMYK 0 0.27 0.99 0.13
HSL 43.84º 0.97% 0.44% -
HSV(B) 43.84º 0.99% 0.87% -
XYZ 43.24 41.73 5.86 -
YUV 162.4 38.05 170.51 -
System Red Green Blue C M Y K H S L
Decimal 222 163 3 0 0.27 0.99 0.13 43.84 0.97 0.44
Hex DE A3 3 0 1B 63 D 2C 61 2C
Octal 336 243 3 0 33 143 15 54 141 54
Binary 11011110 10100011 11 0 11011 1100011 1101 101100 1100001 101100

Color Harmonies of #DEA303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA303

Black with #DEA303

Text Example


Text Example

White with #DEA303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA303; }

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

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

background-color css

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

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

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

border-color css

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

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

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