Html Css Color HEX #D8A451 Rob Roy

📋 copy color: '#D8A451'

red 216 ◦ green 164 ◦ blue 81

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

Shades of Rob Roy #D8A451

Tints of Rob Roy #D8A451

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

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

R = 46.85%
G = 35.57%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8A451 (or 0xD8A451) is known color: Rob Roy. HEX triplet: D8, A4 and 51. RGB value is (216,164,81). Sum of RGB (Red+Green+Blue) = 216+164+81=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A451 is #275BAE. Grayscale: #AAAAAA. Windows color (decimal): -2579375 or 5350616. OLE color: 5350616.

HSL color Cylindrical-coordinate representation of color #D8A451: hue angle of 36.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 #D8A451 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 164 81 -
CMYK 0 0.24 0.62 0.15
HSL 36.89º 0.63% 0.58% -
HSV(B) 36.89º 0.63% 0.85% -
XYZ 43.08 41.74 13.57 -
YUV 170.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 216 164 81 0 0.24 0.62 0.15 36.89 0.63 0.58
Hex D8 A4 51 0 18 3E F 25 3F 3A
Octal 330 244 121 0 30 76 17 45 77 72
Binary 11011000 10100100 1010001 0 11000 111110 1111 100101 111111 111010

Color Harmonies of #D8A451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A451

Black with #D8A451

Text Example


Text Example

White with #D8A451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A451; }

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

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

background-color css

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

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

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

border-color css

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

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

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