Html Css Color HEX #D6B356 Rob Roy

📋 copy color: '#D6B356'

red 214 ◦ green 179 ◦ blue 86

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

Shades of Rob Roy #D6B356

Tints of Rob Roy #D6B356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.37%

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

R = 44.68%
G = 37.37%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6B356 (or 0xD6B356) is known color: Rob Roy. HEX triplet: D6, B3 and 56. RGB value is (214,179,86). Sum of RGB (Red+Green+Blue) = 214+179+86=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B356 is #294CA9. Grayscale: #B3B3B3. Windows color (decimal): -2706602 or 5682134. OLE color: 5682134.

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

Color convert

RGB 214 179 86 -
CMYK 0 0.16 0.60 0.16
HSL 43.59º 0.61% 0.59% -
HSV(B) 43.59º 0.6% 0.84% -
XYZ 45.53 47.21 15.52 -
YUV 178.86 75.6 153.06 -
System Red Green Blue C M Y K H S L
Decimal 214 179 86 0 0.16 0.60 0.16 43.59 0.61 0.59
Hex D6 B3 56 0 10 3C 10 2C 3D 3B
Octal 326 263 126 0 20 74 20 54 75 73
Binary 11010110 10110011 1010110 0 10000 111100 10000 101100 111101 111011

Color Harmonies of #D6B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B356

Black with #D6B356

Text Example


Text Example

White with #D6B356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B356; }

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

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

background-color css

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

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

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

border-color css

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

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

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