Html Css Color HEX #DCAC0E Gamboge

📋 copy color: '#DCAC0E'

red 220 ◦ green 172 ◦ blue 14

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

Shades of Gamboge #DCAC0E

Tints of Gamboge #DCAC0E

RGB

 RED value IS 220 (86.33% from 255) = 54.19%

 GREEN value IS 172 (67.58% from 255) = 42.36%

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 54.19%
G = 42.36%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCAC0E (or 0xDCAC0E) is known color: Gamboge. HEX triplet: DC, AC and 0E. RGB value is (220,172,14). Sum of RGB (Red+Green+Blue) = 220+172+14=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC0E is #2353F1. Grayscale: #A9A9A9. Windows color (decimal): -2315250 or 961756. OLE color: 961756.

HSL color Cylindrical-coordinate representation of color #DCAC0E: hue angle of 46.02º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCAC0E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 14 -
CMYK 0 0.22 0.94 0.14
HSL 46.02º 0.88% 0.46% -
HSV(B) 46.02º 0.94% 0.86% -
XYZ 44.35 44.75 6.72 -
YUV 168.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 220 172 14 0 0.22 0.94 0.14 46.02 0.88 0.46
Hex DC AC E 0 16 5E E 2E 58 2E
Octal 334 254 16 0 26 136 16 56 130 56
Binary 11011100 10101100 1110 0 10110 1011110 1110 101110 1011000 101110

Color Harmonies of #DCAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC0E

Black with #DCAC0E

Text Example


Text Example

White with #DCAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC0E; }

 p { color: rgb(220,172,14); }

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

background-color css

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

 a { background-color: rgb(220,172,14); }

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

border-color css

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

 span { border-color: rgb(220,172,14); }

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