Html Css Color HEX #D6B056 Rob Roy

📋 copy color: '#D6B056'

red 214 ◦ green 176 ◦ blue 86

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

Shades of Rob Roy #D6B056

Tints of Rob Roy #D6B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.97%

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 44.96%
G = 36.97%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6B056 (or 0xD6B056) is known color: Rob Roy. HEX triplet: D6, B0 and 56. RGB value is (214,176,86). Sum of RGB (Red+Green+Blue) = 214+176+86=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B056 is #294FA9. Grayscale: #B1B1B1. Windows color (decimal): -2707370 or 5681366. OLE color: 5681366.

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

Color convert

RGB 214 176 86 -
CMYK 0 0.18 0.60 0.16
HSL 42.19º 0.61% 0.59% -
HSV(B) 42.19º 0.6% 0.84% -
XYZ 44.94 46.02 15.32 -
YUV 177.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 214 176 86 0 0.18 0.60 0.16 42.19 0.61 0.59
Hex D6 B0 56 0 12 3C 10 2A 3D 3B
Octal 326 260 126 0 22 74 20 52 75 73
Binary 11010110 10110000 1010110 0 10010 111100 10000 101010 111101 111011

Color Harmonies of #D6B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B056

Black with #D6B056

Text Example


Text Example

White with #D6B056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B056; }

 p { color: rgb(214,176,86); }

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

background-color css

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

 a { background-color: rgb(214,176,86); }

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

border-color css

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

 span { border-color: rgb(214,176,86); }

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