Html Css Color HEX #D6B257 Rob Roy

📋 copy color: '#D6B257'

red 214 ◦ green 178 ◦ blue 87

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

Shades of Rob Roy #D6B257

Tints of Rob Roy #D6B257

RGB

 RED value IS 214 (83.98% from 255) = 44.68%

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

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

R = 44.68%
G = 37.16%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6B257 (or 0xD6B257) is known color: Rob Roy. HEX triplet: D6, B2 and 57. RGB value is (214,178,87). Sum of RGB (Red+Green+Blue) = 214+178+87=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B257 is #294DA8. Grayscale: #B2B2B2. Windows color (decimal): -2706857 or 5747414. OLE color: 5747414.

HSL color Cylindrical-coordinate representation of color #D6B257: hue angle of 42.99º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6B257 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 87 -
CMYK 0 0.17 0.59 0.16
HSL 42.99º 0.61% 0.59% -
HSV(B) 42.99º 0.59% 0.84% -
XYZ 45.37 46.83 15.66 -
YUV 178.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 214 178 87 0 0.17 0.59 0.16 42.99 0.61 0.59
Hex D6 B2 57 0 11 3B 10 2B 3D 3B
Octal 326 262 127 0 21 73 20 53 75 73
Binary 11010110 10110010 1010111 0 10001 111011 10000 101011 111101 111011

Color Harmonies of #D6B257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B257

Black with #D6B257

Text Example


Text Example

White with #D6B257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B257; }

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

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

background-color css

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

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

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

border-color css

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

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

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