Html Css Color HEX #DCA557 Rob Roy

📋 copy color: '#DCA557'

red 220 ◦ green 165 ◦ blue 87

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

Shades of Rob Roy #DCA557

Tints of Rob Roy #DCA557

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.96%

 BLUE value IS 87 (34.38% from 255) = 18.43%

R = 46.61%
G = 34.96%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCA557 (or 0xDCA557) is known color: Rob Roy. HEX triplet: DC, A5 and 57. RGB value is (220,165,87). Sum of RGB (Red+Green+Blue) = 220+165+87=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA557 is #235AA8. Grayscale: #ACACAC. Windows color (decimal): -2316969 or 5744092. OLE color: 5744092.

HSL color Cylindrical-coordinate representation of color #DCA557: hue angle of 35.19º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCA557 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 165 87 -
CMYK 0 0.25 0.60 0.14
HSL 35.19º 0.66% 0.6% -
HSV(B) 35.19º 0.6% 0.86% -
XYZ 44.69 42.81 14.93 -
YUV 172.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 220 165 87 0 0.25 0.60 0.14 35.19 0.66 0.6
Hex DC A5 57 0 19 3C E 23 42 3C
Octal 334 245 127 0 31 74 16 43 102 74
Binary 11011100 10100101 1010111 0 11001 111100 1110 100011 1000010 111100

Color Harmonies of #DCA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA557

Black with #DCA557

Text Example


Text Example

White with #DCA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA557; }

 p { color: rgb(220,165,87); }

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

background-color css

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

 a { background-color: rgb(220,165,87); }

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

border-color css

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

 span { border-color: rgb(220,165,87); }

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