Html Css Color HEX #D8AD51 Rob Roy

📋 copy color: '#D8AD51'

red 216 ◦ green 173 ◦ blue 81

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

Shades of Rob Roy #D8AD51

Tints of Rob Roy #D8AD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.23%

R = 45.96%
G = 36.81%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8AD51 (or 0xD8AD51) is known color: Rob Roy. HEX triplet: D8, AD and 51. RGB value is (216,173,81). Sum of RGB (Red+Green+Blue) = 216+173+81=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD51 is #2752AE. Grayscale: #AFAFAF. Windows color (decimal): -2577071 or 5352920. OLE color: 5352920.

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

Color convert

RGB 216 173 81 -
CMYK 0 0.20 0.62 0.15
HSL 40.89º 0.63% 0.58% -
HSV(B) 40.89º 0.63% 0.85% -
XYZ 44.75 45.08 14.13 -
YUV 175.37 74.75 156.98 -
System Red Green Blue C M Y K H S L
Decimal 216 173 81 0 0.20 0.62 0.15 40.89 0.63 0.58
Hex D8 AD 51 0 14 3E F 29 3F 3A
Octal 330 255 121 0 24 76 17 51 77 72
Binary 11011000 10101101 1010001 0 10100 111110 1111 101001 111111 111010

Color Harmonies of #D8AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD51

Black with #D8AD51

Text Example


Text Example

White with #D8AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD51; }

 p { color: rgb(216,173,81); }

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

background-color css

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

 a { background-color: rgb(216,173,81); }

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

border-color css

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

 span { border-color: rgb(216,173,81); }

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