Html Css Color HEX #DCA550 Rob Roy

📋 copy color: '#DCA550'

red 220 ◦ green 165 ◦ blue 80

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

Shades of Rob Roy #DCA550

Tints of Rob Roy #DCA550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 47.31%
G = 35.48%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCA550 (or 0xDCA550) is known color: Rob Roy. HEX triplet: DC, A5 and 50. RGB value is (220,165,80). Sum of RGB (Red+Green+Blue) = 220+165+80=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA550 is #235AAF. Grayscale: #ACACAC. Windows color (decimal): -2316976 or 5285340. OLE color: 5285340.

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

Color convert

RGB 220 165 80 -
CMYK 0 0.25 0.64 0.14
HSL 36.43º 0.67% 0.59% -
HSV(B) 36.43º 0.64% 0.86% -
XYZ 44.42 42.71 13.49 -
YUV 171.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 220 165 80 0 0.25 0.64 0.14 36.43 0.67 0.59
Hex DC A5 50 0 19 40 E 24 43 3B
Octal 334 245 120 0 31 100 16 44 103 73
Binary 11011100 10100101 1010000 0 11001 1000000 1110 100100 1000011 111011

Color Harmonies of #DCA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA550

Black with #DCA550

Text Example


Text Example

White with #DCA550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA550; }

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

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

background-color css

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

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

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

border-color css

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

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

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