Html Css Color HEX #D5AB4E Rob Roy

📋 copy color: '#D5AB4E'

red 213 ◦ green 171 ◦ blue 78

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

Shades of Rob Roy #D5AB4E

Tints of Rob Roy #D5AB4E

RGB

 RED value IS 213 (83.59% from 255) = 46.1%

 GREEN value IS 171 (67.19% from 255) = 37.01%

 BLUE value IS 78 (30.86% from 255) = 16.88%

R = 46.1%
G = 37.01%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5AB4E (or 0xD5AB4E) is known color: Rob Roy. HEX triplet: D5, AB and 4E. RGB value is (213,171,78). Sum of RGB (Red+Green+Blue) = 213+171+78=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB4E is #2A54B1. Grayscale: #ADADAD. Windows color (decimal): -2774194 or 5155797. OLE color: 5155797.

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

Color convert

RGB 213 171 78 -
CMYK 0 0.20 0.63 0.16
HSL 41.33º 0.62% 0.57% -
HSV(B) 41.33º 0.63% 0.84% -
XYZ 43.38 43.82 13.38 -
YUV 172.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 213 171 78 0 0.20 0.63 0.16 41.33 0.62 0.57
Hex D5 AB 4E 0 14 3F 10 29 3E 39
Octal 325 253 116 0 24 77 20 51 76 71
Binary 11010101 10101011 1001110 0 10100 111111 10000 101001 111110 111001

Color Harmonies of #D5AB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB4E

Black with #D5AB4E

Text Example


Text Example

White with #D5AB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB4E; }

 p { color: rgb(213,171,78); }

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

background-color css

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

 a { background-color: rgb(213,171,78); }

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

border-color css

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

 span { border-color: rgb(213,171,78); }

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