Html Css Color HEX #DCAC06 Gamboge

📋 copy color: '#DCAC06'

red 220 ◦ green 172 ◦ blue 6

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

Shades of Gamboge #DCAC06

Tints of Gamboge #DCAC06

RGB

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

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

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

R = 55.28%
G = 43.22%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCAC06 (or 0xDCAC06) is known color: Gamboge. HEX triplet: DC, AC and 06. RGB value is (220,172,6). Sum of RGB (Red+Green+Blue) = 220+172+6=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC06 is #2353F9. Grayscale: #A8A8A8. Windows color (decimal): -2315258 or 437468. OLE color: 437468.

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

Color convert

RGB 220 172 6 -
CMYK 0 0.22 0.97 0.14
HSL 46.54º 0.95% 0.44% -
HSV(B) 46.54º 0.97% 0.86% -
XYZ 44.3 44.73 6.47 -
YUV 167.43 36.9 165.5 -
System Red Green Blue C M Y K H S L
Decimal 220 172 6 0 0.22 0.97 0.14 46.54 0.95 0.44
Hex DC AC 6 0 16 61 E 2F 5F 2C
Octal 334 254 6 0 26 141 16 57 137 54
Binary 11011100 10101100 110 0 10110 1100001 1110 101111 1011111 101100

Color Harmonies of #DCAC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC06

Black with #DCAC06

Text Example


Text Example

White with #DCAC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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