Html Css Color HEX #DCA957 Rob Roy

📋 copy color: '#DCA957'

red 220 ◦ green 169 ◦ blue 87

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

Shades of Rob Roy #DCA957

Tints of Rob Roy #DCA957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.5%

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

R = 46.22%
G = 35.5%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCA957 (or 0xDCA957) is known color: Rob Roy. HEX triplet: DC, A9 and 57. RGB value is (220,169,87). Sum of RGB (Red+Green+Blue) = 220+169+87=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA957 is #2356A8. Grayscale: #AFAFAF. Windows color (decimal): -2315945 or 5745116. OLE color: 5745116.

HSL color Cylindrical-coordinate representation of color #DCA957: hue angle of 36.99º 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 #DCA957 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 169 87 -
CMYK 0 0.23 0.60 0.14
HSL 36.99º 0.66% 0.6% -
HSV(B) 36.99º 0.6% 0.86% -
XYZ 45.42 44.28 15.17 -
YUV 174.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 220 169 87 0 0.23 0.60 0.14 36.99 0.66 0.6
Hex DC A9 57 0 17 3C E 25 42 3C
Octal 334 251 127 0 27 74 16 45 102 74
Binary 11011100 10101001 1010111 0 10111 111100 1110 100101 1000010 111100

Color Harmonies of #DCA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA957

Black with #DCA957

Text Example


Text Example

White with #DCA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA957; }

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

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

background-color css

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

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

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

border-color css

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

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

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