Html Css Color HEX #DCA559 Rob Roy

📋 copy color: '#DCA559'

red 220 ◦ green 165 ◦ blue 89

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

Shades of Rob Roy #DCA559

Tints of Rob Roy #DCA559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.78%

R = 46.41%
G = 34.81%
B = 18.78%

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

#DCA559 (or 0xDCA559) is known color: Rob Roy. HEX triplet: DC, A5 and 59. RGB value is (220,165,89). Sum of RGB (Red+Green+Blue) = 220+165+89=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA559 is #235AA6. Grayscale: #ADADAD. Windows color (decimal): -2316967 or 5875164. OLE color: 5875164.

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

Color convert

RGB 220 165 89 -
CMYK 0 0.25 0.60 0.14
HSL 34.81º 0.65% 0.61% -
HSV(B) 34.81º 0.6% 0.86% -
XYZ 44.77 42.85 15.36 -
YUV 172.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 220 165 89 0 0.25 0.60 0.14 34.81 0.65 0.61
Hex DC A5 59 0 19 3C E 23 41 3D
Octal 334 245 131 0 31 74 16 43 101 75
Binary 11011100 10100101 1011001 0 11001 111100 1110 100011 1000001 111101

Color Harmonies of #DCA559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA559

Black with #DCA559

Text Example


Text Example

White with #DCA559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA559; }

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

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

background-color css

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

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

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

border-color css

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

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

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