Html Css Color HEX #DCAC07 Gamboge

📋 copy color: '#DCAC07'

red 220 ◦ green 172 ◦ blue 7

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

Shades of Gamboge #DCAC07

Tints of Gamboge #DCAC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 55.14%
G = 43.11%
B = 1.75%

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

#DCAC07 (or 0xDCAC07) is known color: Gamboge. HEX triplet: DC, AC and 07. RGB value is (220,172,7). Sum of RGB (Red+Green+Blue) = 220+172+7=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC07 is #2353F8. Grayscale: #A8A8A8. Windows color (decimal): -2315257 or 503004. OLE color: 503004.

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

Color convert

RGB 220 172 7 -
CMYK 0 0.22 0.97 0.14
HSL 46.48º 0.94% 0.45% -
HSV(B) 46.48º 0.97% 0.86% -
XYZ 44.31 44.74 6.5 -
YUV 167.54 37.4 165.42 -
System Red Green Blue C M Y K H S L
Decimal 220 172 7 0 0.22 0.97 0.14 46.48 0.94 0.45
Hex DC AC 7 0 16 61 E 2E 5E 2D
Octal 334 254 7 0 26 141 16 56 136 55
Binary 11011100 10101100 111 0 10110 1100001 1110 101110 1011110 101101

Color Harmonies of #DCAC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC07

Black with #DCAC07

Text Example


Text Example

White with #DCAC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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