Html Css Color HEX #DCAC0B Gamboge

📋 copy color: '#DCAC0B'

red 220 ◦ green 172 ◦ blue 11

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

Shades of Gamboge #DCAC0B

Tints of Gamboge #DCAC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.73%

R = 54.59%
G = 42.68%
B = 2.73%

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

#DCAC0B (or 0xDCAC0B) is known color: Gamboge. HEX triplet: DC, AC and 0B. RGB value is (220,172,11). Sum of RGB (Red+Green+Blue) = 220+172+11=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC0B is #2353F4. Grayscale: #A8A8A8. Windows color (decimal): -2315253 or 765148. OLE color: 765148.

HSL color Cylindrical-coordinate representation of color #DCAC0B: hue angle of 46.22º 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 #DCAC0B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 11 -
CMYK 0 0.22 0.95 0.14
HSL 46.22º 0.9% 0.45% -
HSV(B) 46.22º 0.95% 0.86% -
XYZ 44.33 44.74 6.62 -
YUV 168 39.4 165.09 -
System Red Green Blue C M Y K H S L
Decimal 220 172 11 0 0.22 0.95 0.14 46.22 0.9 0.45
Hex DC AC B 0 16 5F E 2E 5A 2D
Octal 334 254 13 0 26 137 16 56 132 55
Binary 11011100 10101100 1011 0 10110 1011111 1110 101110 1011010 101101

Color Harmonies of #DCAC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC0B

Black with #DCAC0B

Text Example


Text Example

White with #DCAC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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