Html Css Color HEX #DCAC0C Gamboge

📋 copy color: '#DCAC0C'

red 220 ◦ green 172 ◦ blue 12

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

Shades of Gamboge #DCAC0C

Tints of Gamboge #DCAC0C

RGB

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

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

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

R = 54.46%
G = 42.57%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCAC0C (or 0xDCAC0C) is known color: Gamboge. HEX triplet: DC, AC and 0C. RGB value is (220,172,12). Sum of RGB (Red+Green+Blue) = 220+172+12=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC0C is #2353F3. Grayscale: #A8A8A8. Windows color (decimal): -2315252 or 830684. OLE color: 830684.

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

Color convert

RGB 220 172 12 -
CMYK 0 0.22 0.95 0.14
HSL 46.15º 0.9% 0.45% -
HSV(B) 46.15º 0.95% 0.86% -
XYZ 44.33 44.75 6.65 -
YUV 168.11 39.9 165.01 -
System Red Green Blue C M Y K H S L
Decimal 220 172 12 0 0.22 0.95 0.14 46.15 0.9 0.45
Hex DC AC C 0 16 5F E 2E 5A 2D
Octal 334 254 14 0 26 137 16 56 132 55
Binary 11011100 10101100 1100 0 10110 1011111 1110 101110 1011010 101101

Color Harmonies of #DCAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC0C

Black with #DCAC0C

Text Example


Text Example

White with #DCAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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