Html Css Color HEX #DCB257 Rob Roy

📋 copy color: '#DCB257'

red 220 ◦ green 178 ◦ blue 87

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

Shades of Rob Roy #DCB257

Tints of Rob Roy #DCB257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 45.36%
G = 36.7%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCB257 (or 0xDCB257) is known color: Rob Roy. HEX triplet: DC, B2 and 57. RGB value is (220,178,87). Sum of RGB (Red+Green+Blue) = 220+178+87=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 87 (34.38% from 255 or 17.94% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB257 is #234DA8. Grayscale: #B4B4B4. Windows color (decimal): -2313641 or 5747420. OLE color: 5747420.

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

Color convert

RGB 220 178 87 -
CMYK 0 0.19 0.60 0.14
HSL 41.05º 0.66% 0.6% -
HSV(B) 41.05º 0.6% 0.86% -
XYZ 47.16 47.74 15.75 -
YUV 180.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 220 178 87 0 0.19 0.60 0.14 41.05 0.66 0.6
Hex DC B2 57 0 13 3C E 29 42 3C
Octal 334 262 127 0 23 74 16 51 102 74
Binary 11011100 10110010 1010111 0 10011 111100 1110 101001 1000010 111100

Color Harmonies of #DCB257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB257

Black with #DCB257

Text Example


Text Example

White with #DCB257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB257; }

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

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

background-color css

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

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

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

border-color css

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

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

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