Html Css Color HEX #D8AC50 Rob Roy

📋 copy color: '#D8AC50'

red 216 ◦ green 172 ◦ blue 80

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

Shades of Rob Roy #D8AC50

Tints of Rob Roy #D8AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.75%

 BLUE value IS 80 (31.64% from 255) = 17.09%

R = 46.15%
G = 36.75%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8AC50 (or 0xD8AC50) is known color: Rob Roy. HEX triplet: D8, AC and 50. RGB value is (216,172,80). Sum of RGB (Red+Green+Blue) = 216+172+80=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC50 is #2753AF. Grayscale: #AFAFAF. Windows color (decimal): -2577328 or 5287128. OLE color: 5287128.

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

Color convert

RGB 216 172 80 -
CMYK 0 0.20 0.63 0.15
HSL 40.59º 0.64% 0.58% -
HSV(B) 40.59º 0.63% 0.85% -
XYZ 44.52 44.68 13.87 -
YUV 174.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 216 172 80 0 0.20 0.63 0.15 40.59 0.64 0.58
Hex D8 AC 50 0 14 3F F 29 40 3A
Octal 330 254 120 0 24 77 17 51 100 72
Binary 11011000 10101100 1010000 0 10100 111111 1111 101001 1000000 111010

Color Harmonies of #D8AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC50

Black with #D8AC50

Text Example


Text Example

White with #D8AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC50; }

 p { color: rgb(216,172,80); }

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

background-color css

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

 a { background-color: rgb(216,172,80); }

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

border-color css

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

 span { border-color: rgb(216,172,80); }

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