Html Css Color HEX #D8A755 Rob Roy

📋 copy color: '#D8A755'

red 216 ◦ green 167 ◦ blue 85

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

Shades of Rob Roy #D8A755

Tints of Rob Roy #D8A755

RGB

 RED value IS 216 (84.77% from 255) = 46.15%

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 46.15%
G = 35.68%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D8A755 (or 0xD8A755) is known color: Rob Roy. HEX triplet: D8, A7 and 55. RGB value is (216,167,85). Sum of RGB (Red+Green+Blue) = 216+167+85=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A755 is #2758AA. Grayscale: #ACACAC. Windows color (decimal): -2578603 or 5613528. OLE color: 5613528.

HSL color Cylindrical-coordinate representation of color #D8A755: hue angle of 37.56º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8A755 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 85 -
CMYK 0 0.23 0.61 0.15
HSL 37.56º 0.63% 0.59% -
HSV(B) 37.56º 0.61% 0.85% -
XYZ 43.78 42.89 14.57 -
YUV 172.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 216 167 85 0 0.23 0.61 0.15 37.56 0.63 0.59
Hex D8 A7 55 0 17 3D F 26 3F 3B
Octal 330 247 125 0 27 75 17 46 77 73
Binary 11011000 10100111 1010101 0 10111 111101 1111 100110 111111 111011

Color Harmonies of #D8A755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A755

Black with #D8A755

Text Example


Text Example

White with #D8A755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A755; }

 p { color: rgb(216,167,85); }

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

background-color css

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

 a { background-color: rgb(216,167,85); }

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

border-color css

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

 span { border-color: rgb(216,167,85); }

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