Html Css Color HEX #D8A650 Rob Roy

📋 copy color: '#D8A650'

red 216 ◦ green 166 ◦ blue 80

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

Shades of Rob Roy #D8A650

Tints of Rob Roy #D8A650

RGB

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

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

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

R = 46.75%
G = 35.93%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8A650 (or 0xD8A650) is known color: Rob Roy. HEX triplet: D8, A6 and 50. RGB value is (216,166,80). Sum of RGB (Red+Green+Blue) = 216+166+80=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A650 is #2759AF. Grayscale: #ABABAB. Windows color (decimal): -2578864 or 5285592. OLE color: 5285592.

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

Color convert

RGB 216 166 80 -
CMYK 0 0.23 0.63 0.15
HSL 37.94º 0.64% 0.58% -
HSV(B) 37.94º 0.63% 0.85% -
XYZ 43.4 42.45 13.5 -
YUV 171.15 76.57 159.99 -
System Red Green Blue C M Y K H S L
Decimal 216 166 80 0 0.23 0.63 0.15 37.94 0.64 0.58
Hex D8 A6 50 0 17 3F F 26 40 3A
Octal 330 246 120 0 27 77 17 46 100 72
Binary 11011000 10100110 1010000 0 10111 111111 1111 100110 1000000 111010

Color Harmonies of #D8A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A650

Black with #D8A650

Text Example


Text Example

White with #D8A650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A650; }

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

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

background-color css

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

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

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

border-color css

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

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

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