Html Css Color HEX #DCB657 Rob Roy

📋 copy color: '#DCB657'

red 220 ◦ green 182 ◦ blue 87

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

Shades of Rob Roy #DCB657

Tints of Rob Roy #DCB657

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

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

R = 44.99%
G = 37.22%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCB657 (or 0xDCB657) is known color: Rob Roy. HEX triplet: DC, B6 and 57. RGB value is (220,182,87). Sum of RGB (Red+Green+Blue) = 220+182+87=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 87 (34.38% from 255 or 17.79% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB657 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB657 is #2349A8. Grayscale: #B6B6B6. Windows color (decimal): -2312617 or 5748444. OLE color: 5748444.

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

Color convert

RGB 220 182 87 -
CMYK 0 0.17 0.60 0.14
HSL 42.86º 0.66% 0.6% -
HSV(B) 42.86º 0.6% 0.86% -
XYZ 47.96 49.36 16.02 -
YUV 182.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 220 182 87 0 0.17 0.60 0.14 42.86 0.66 0.6
Hex DC B6 57 0 11 3C E 2B 42 3C
Octal 334 266 127 0 21 74 16 53 102 74
Binary 11011100 10110110 1010111 0 10001 111100 1110 101011 1000010 111100

Color Harmonies of #DCB657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB657

Black with #DCB657

Text Example


Text Example

White with #DCB657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB657; }

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

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

background-color css

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

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

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

border-color css

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

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

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