Html Css Color HEX #D6AD55 Rob Roy

📋 copy color: '#D6AD55'

red 214 ◦ green 173 ◦ blue 85

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

Shades of Rob Roy #D6AD55

Tints of Rob Roy #D6AD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.65%

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

R = 45.34%
G = 36.65%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D6AD55 (or 0xD6AD55) is known color: Rob Roy. HEX triplet: D6, AD and 55. RGB value is (214,173,85). Sum of RGB (Red+Green+Blue) = 214+173+85=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD55 is #2952AA. Grayscale: #AFAFAF. Windows color (decimal): -2708139 or 5615062. OLE color: 5615062.

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

Color convert

RGB 214 173 85 -
CMYK 0 0.19 0.60 0.16
HSL 40.93º 0.61% 0.59% -
HSV(B) 40.93º 0.6% 0.84% -
XYZ 44.31 44.84 14.91 -
YUV 175.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 214 173 85 0 0.19 0.60 0.16 40.93 0.61 0.59
Hex D6 AD 55 0 13 3C 10 29 3D 3B
Octal 326 255 125 0 23 74 20 51 75 73
Binary 11010110 10101101 1010101 0 10011 111100 10000 101001 111101 111011

Color Harmonies of #D6AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD55

Black with #D6AD55

Text Example


Text Example

White with #D6AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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