Html Css Color HEX #DEA70C Gamboge

📋 copy color: '#DEA70C'

red 222 ◦ green 167 ◦ blue 12

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

Shades of Gamboge #DEA70C

Tints of Gamboge #DEA70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 55.36%
G = 41.65%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEA70C (or 0xDEA70C) is known color: Gamboge. HEX triplet: DE, A7 and 0C. RGB value is (222,167,12). Sum of RGB (Red+Green+Blue) = 222+167+12=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA70C is #2158F3. Grayscale: #A6A6A6. Windows color (decimal): -2185460 or 829406. OLE color: 829406.

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

Color convert

RGB 222 167 12 -
CMYK 0 0.25 0.95 0.13
HSL 44.29º 0.9% 0.46% -
HSV(B) 44.29º 0.95% 0.87% -
XYZ 44.01 43.19 6.37 -
YUV 165.78 41.22 168.1 -
System Red Green Blue C M Y K H S L
Decimal 222 167 12 0 0.25 0.95 0.13 44.29 0.9 0.46
Hex DE A7 C 0 19 5F D 2C 5A 2E
Octal 336 247 14 0 31 137 15 54 132 56
Binary 11011110 10100111 1100 0 11001 1011111 1101 101100 1011010 101110

Color Harmonies of #DEA70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA70C

Black with #DEA70C

Text Example


Text Example

White with #DEA70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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