Html Css Color HEX #DEA700 Gamboge

📋 copy color: '#DEA700'

red 222 ◦ green 167 ◦ blue 0

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

Shades of Gamboge #DEA700

Tints of Gamboge #DEA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.07%
G = 42.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEA700 (or 0xDEA700) is known color: Gamboge. HEX triplet: DE, A7 and 00. RGB value is (222,167,0). Sum of RGB (Red+Green+Blue) = 222+167+0=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA700 is #2158FF. Grayscale: #A5A5A5. Windows color (decimal): -2185472 or 42974. OLE color: 42974.

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

Color convert

RGB 222 167 0 -
CMYK 0 0.25 1 0.13
HSL 45.14º 1% 0.44% -
HSV(B) 45.14º 1% 0.87% -
XYZ 43.94 43.17 6.02 -
YUV 164.41 35.22 169.08 -
System Red Green Blue C M Y K H S L
Decimal 222 167 0 0 0.25 1 0.13 45.14 1 0.44
Hex DE A7 0 0 19 64 D 2D 64 2C
Octal 336 247 0 0 31 144 15 55 144 54
Binary 11011110 10100111 0 0 11001 1100100 1101 101101 1100100 101100

Color Harmonies of #DEA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA700

Black with #DEA700

Text Example


Text Example

White with #DEA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA700; }

 p { color: rgb(222,167,0); }

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

background-color css

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

 a { background-color: rgb(222,167,0); }

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

border-color css

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

 span { border-color: rgb(222,167,0); }

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