Html Css Color HEX #DCAC03 Gamboge

📋 copy color: '#DCAC03'

red 220 ◦ green 172 ◦ blue 3

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

Shades of Gamboge #DCAC03

Tints of Gamboge #DCAC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 55.7%
G = 43.54%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCAC03 (or 0xDCAC03) is known color: Gamboge. HEX triplet: DC, AC and 03. RGB value is (220,172,3). Sum of RGB (Red+Green+Blue) = 220+172+3=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC03 is #2353FC. Grayscale: #A7A7A7. Windows color (decimal): -2315261 or 240860. OLE color: 240860.

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

Color convert

RGB 220 172 3 -
CMYK 0 0.22 0.99 0.14
HSL 46.73º 0.97% 0.44% -
HSV(B) 46.73º 0.99% 0.86% -
XYZ 44.28 44.73 6.39 -
YUV 167.09 35.4 165.74 -
System Red Green Blue C M Y K H S L
Decimal 220 172 3 0 0.22 0.99 0.14 46.73 0.97 0.44
Hex DC AC 3 0 16 63 E 2F 61 2C
Octal 334 254 3 0 26 143 16 57 141 54
Binary 11011100 10101100 11 0 10110 1100011 1110 101111 1100001 101100

Color Harmonies of #DCAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC03

Black with #DCAC03

Text Example


Text Example

White with #DCAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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