Html Css Color HEX #D6B354 Rob Roy

📋 copy color: '#D6B354'

red 214 ◦ green 179 ◦ blue 84

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

Shades of Rob Roy #D6B354

Tints of Rob Roy #D6B354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.61%

R = 44.86%
G = 37.53%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6B354 (or 0xD6B354) is known color: Rob Roy. HEX triplet: D6, B3 and 54. RGB value is (214,179,84). Sum of RGB (Red+Green+Blue) = 214+179+84=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B354 is #294CAB. Grayscale: #B3B3B3. Windows color (decimal): -2706604 or 5551062. OLE color: 5551062.

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

Color convert

RGB 214 179 84 -
CMYK 0 0.16 0.61 0.16
HSL 43.85º 0.61% 0.58% -
HSV(B) 43.85º 0.61% 0.84% -
XYZ 45.45 47.18 15.1 -
YUV 178.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 214 179 84 0 0.16 0.61 0.16 43.85 0.61 0.58
Hex D6 B3 54 0 10 3D 10 2C 3D 3A
Octal 326 263 124 0 20 75 20 54 75 72
Binary 11010110 10110011 1010100 0 10000 111101 10000 101100 111101 111010

Color Harmonies of #D6B354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B354

Black with #D6B354

Text Example


Text Example

White with #D6B354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B354; }

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

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

background-color css

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

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

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

border-color css

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

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

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