Html Css Color HEX #DCAC0F Gamboge

📋 copy color: '#DCAC0F'

red 220 ◦ green 172 ◦ blue 15

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

Shades of Gamboge #DCAC0F

Tints of Gamboge #DCAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 54.05%
G = 42.26%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCAC0F (or 0xDCAC0F) is known color: Gamboge. HEX triplet: DC, AC and 0F. RGB value is (220,172,15). Sum of RGB (Red+Green+Blue) = 220+172+15=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCAC0F is #2353F0. Grayscale: #A9A9A9. Windows color (decimal): -2315249 or 1027292. OLE color: 1027292.

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

Color convert

RGB 220 172 15 -
CMYK 0 0.22 0.93 0.14
HSL 45.95º 0.87% 0.46% -
HSV(B) 45.95º 0.93% 0.86% -
XYZ 44.35 44.76 6.75 -
YUV 168.45 41.4 164.77 -
System Red Green Blue C M Y K H S L
Decimal 220 172 15 0 0.22 0.93 0.14 45.95 0.87 0.46
Hex DC AC F 0 16 5D E 2E 57 2E
Octal 334 254 17 0 26 135 16 56 127 56
Binary 11011100 10101100 1111 0 10110 1011101 1110 101110 1010111 101110

Color Harmonies of #DCAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC0F

Black with #DCAC0F

Text Example


Text Example

White with #DCAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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