Html Css Color HEX #D6B255 Rob Roy

📋 copy color: '#D6B255'

red 214 ◦ green 178 ◦ blue 85

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

Shades of Rob Roy #D6B255

Tints of Rob Roy #D6B255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.82%

R = 44.86%
G = 37.32%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6B255 (or 0xD6B255) is known color: Rob Roy. HEX triplet: D6, B2 and 55. RGB value is (214,178,85). Sum of RGB (Red+Green+Blue) = 214+178+85=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B255 is #294DAA. Grayscale: #B2B2B2. Windows color (decimal): -2706859 or 5616342. OLE color: 5616342.

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

Color convert

RGB 214 178 85 -
CMYK 0 0.17 0.60 0.16
HSL 43.26º 0.61% 0.59% -
HSV(B) 43.26º 0.6% 0.84% -
XYZ 45.29 46.79 15.24 -
YUV 178.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 214 178 85 0 0.17 0.60 0.16 43.26 0.61 0.59
Hex D6 B2 55 0 11 3C 10 2B 3D 3B
Octal 326 262 125 0 21 74 20 53 75 73
Binary 11010110 10110010 1010101 0 10001 111100 10000 101011 111101 111011

Color Harmonies of #D6B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B255

Black with #D6B255

Text Example


Text Example

White with #D6B255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B255; }

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

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

background-color css

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

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

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

border-color css

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

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

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