Html Css Color HEX #DCAC5C Rob Roy

📋 copy color: '#DCAC5C'

red 220 ◦ green 172 ◦ blue 92

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

Shades of Rob Roy #DCAC5C

Tints of Rob Roy #DCAC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.01%

R = 45.45%
G = 35.54%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCAC5C (or 0xDCAC5C) is known color: Rob Roy. HEX triplet: DC, AC and 5C. RGB value is (220,172,92). Sum of RGB (Red+Green+Blue) = 220+172+92=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC5C is #2353A3. Grayscale: #B1B1B1. Windows color (decimal): -2315172 or 6073564. OLE color: 6073564.

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

Color convert

RGB 220 172 92 -
CMYK 0 0.22 0.58 0.14
HSL 37.5º 0.65% 0.61% -
HSV(B) 37.5º 0.58% 0.86% -
XYZ 46.2 45.49 16.47 -
YUV 177.23 79.9 158.5 -
System Red Green Blue C M Y K H S L
Decimal 220 172 92 0 0.22 0.58 0.14 37.5 0.65 0.61
Hex DC AC 5C 0 16 3A E 26 41 3D
Octal 334 254 134 0 26 72 16 46 101 75
Binary 11011100 10101100 1011100 0 10110 111010 1110 100110 1000001 111101

Color Harmonies of #DCAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC5C

Black with #DCAC5C

Text Example


Text Example

White with #DCAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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