Html Css Color HEX #D8A655 Rob Roy

📋 copy color: '#D8A655'

red 216 ◦ green 166 ◦ blue 85

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

Shades of Rob Roy #D8A655

Tints of Rob Roy #D8A655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

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

R = 46.25%
G = 35.55%
B = 18.2%

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

#D8A655 (or 0xD8A655) is known color: Rob Roy. HEX triplet: D8, A6 and 55. RGB value is (216,166,85). Sum of RGB (Red+Green+Blue) = 216+166+85=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A655 is #2759AA. Grayscale: #ACACAC. Windows color (decimal): -2578859 or 5613272. OLE color: 5613272.

HSL color Cylindrical-coordinate representation of color #D8A655: hue angle of 37.1º 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 #D8A655 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 85 -
CMYK 0 0.23 0.61 0.15
HSL 37.1º 0.63% 0.59% -
HSV(B) 37.1º 0.61% 0.85% -
XYZ 43.59 42.53 14.51 -
YUV 171.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 216 166 85 0 0.23 0.61 0.15 37.1 0.63 0.59
Hex D8 A6 55 0 17 3D F 25 3F 3B
Octal 330 246 125 0 27 75 17 45 77 73
Binary 11011000 10100110 1010101 0 10111 111101 1111 100101 111111 111011

Color Harmonies of #D8A655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A655

Black with #D8A655

Text Example


Text Example

White with #D8A655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A655; }

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

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

background-color css

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

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

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

border-color css

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

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

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