Html Css Color HEX #DCAC4E Rob Roy

📋 copy color: '#DCAC4E'

red 220 ◦ green 172 ◦ blue 78

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

Shades of Rob Roy #DCAC4E

Tints of Rob Roy #DCAC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.6%

R = 46.81%
G = 36.6%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCAC4E (or 0xDCAC4E) is known color: Rob Roy. HEX triplet: DC, AC and 4E. RGB value is (220,172,78). Sum of RGB (Red+Green+Blue) = 220+172+78=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC4E is #2353B1. Grayscale: #B0B0B0. Windows color (decimal): -2315186 or 5156060. OLE color: 5156060.

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

Color convert

RGB 220 172 78 -
CMYK 0 0.22 0.65 0.14
HSL 39.72º 0.67% 0.58% -
HSV(B) 39.72º 0.65% 0.86% -
XYZ 45.64 45.27 13.54 -
YUV 175.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 220 172 78 0 0.22 0.65 0.14 39.72 0.67 0.58
Hex DC AC 4E 0 16 41 E 28 43 3A
Octal 334 254 116 0 26 101 16 50 103 72
Binary 11011100 10101100 1001110 0 10110 1000001 1110 101000 1000011 111010

Color Harmonies of #DCAC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC4E

Black with #DCAC4E

Text Example


Text Example

White with #DCAC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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