Html Css Color HEX #DCAC08 Gamboge

📋 copy color: '#DCAC08'

red 220 ◦ green 172 ◦ blue 8

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

Shades of Gamboge #DCAC08

Tints of Gamboge #DCAC08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2%

R = 55%
G = 43%
B = 2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCAC08 (or 0xDCAC08) is known color: Gamboge. HEX triplet: DC, AC and 08. RGB value is (220,172,8). Sum of RGB (Red+Green+Blue) = 220+172+8=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC08 is #2353F7. Grayscale: #A8A8A8. Windows color (decimal): -2315256 or 568540. OLE color: 568540.

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

Color convert

RGB 220 172 8 -
CMYK 0 0.22 0.96 0.14
HSL 46.42º 0.93% 0.45% -
HSV(B) 46.42º 0.96% 0.86% -
XYZ 44.31 44.74 6.53 -
YUV 167.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 220 172 8 0 0.22 0.96 0.14 46.42 0.93 0.45
Hex DC AC 8 0 16 60 E 2E 5D 2D
Octal 334 254 10 0 26 140 16 56 135 55
Binary 11011100 10101100 1000 0 10110 1100000 1110 101110 1011101 101101

Color Harmonies of #DCAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC08

Black with #DCAC08

Text Example


Text Example

White with #DCAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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