Html Css Color HEX #DEA306 Gamboge

📋 copy color: '#DEA306'

red 222 ◦ green 163 ◦ blue 6

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

Shades of Gamboge #DEA306

Tints of Gamboge #DEA306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 56.78%
G = 41.69%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DEA306 (or 0xDEA306) is known color: Gamboge. HEX triplet: DE, A3 and 06. RGB value is (222,163,6). Sum of RGB (Red+Green+Blue) = 222+163+6=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA306 is #215CF9. Grayscale: #A3A3A3. Windows color (decimal): -2186490 or 435166. OLE color: 435166.

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

Color convert

RGB 222 163 6 -
CMYK 0 0.27 0.97 0.13
HSL 43.61º 0.95% 0.45% -
HSV(B) 43.61º 0.97% 0.87% -
XYZ 43.25 41.74 5.95 -
YUV 162.74 39.55 170.27 -
System Red Green Blue C M Y K H S L
Decimal 222 163 6 0 0.27 0.97 0.13 43.61 0.95 0.45
Hex DE A3 6 0 1B 61 D 2C 5F 2D
Octal 336 243 6 0 33 141 15 54 137 55
Binary 11011110 10100011 110 0 11011 1100001 1101 101100 1011111 101101

Color Harmonies of #DEA306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA306

Black with #DEA306

Text Example


Text Example

White with #DEA306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA306; }

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

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

background-color css

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

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

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

border-color css

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

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

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