Html Css Color HEX #D5AB4F Rob Roy

📋 copy color: '#D5AB4F'

red 213 ◦ green 171 ◦ blue 79

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

Shades of Rob Roy #D5AB4F

Tints of Rob Roy #D5AB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.06%

R = 46%
G = 36.93%
B = 17.06%

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

#D5AB4F (or 0xD5AB4F) is known color: Rob Roy. HEX triplet: D5, AB and 4F. RGB value is (213,171,79). Sum of RGB (Red+Green+Blue) = 213+171+79=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB4F is #2A54B0. Grayscale: #ADADAD. Windows color (decimal): -2774193 or 5221333. OLE color: 5221333.

HSL color Cylindrical-coordinate representation of color #D5AB4F: hue angle of 41.19º degrees, saturation: 0.61, 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 #D5AB4F is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 171 79 -
CMYK 0 0.20 0.63 0.16
HSL 41.19º 0.61% 0.57% -
HSV(B) 41.19º 0.63% 0.84% -
XYZ 43.41 43.84 13.57 -
YUV 173.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 213 171 79 0 0.20 0.63 0.16 41.19 0.61 0.57
Hex D5 AB 4F 0 14 3F 10 29 3D 39
Octal 325 253 117 0 24 77 20 51 75 71
Binary 11010101 10101011 1001111 0 10100 111111 10000 101001 111101 111001

Color Harmonies of #D5AB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB4F

Black with #D5AB4F

Text Example


Text Example

White with #D5AB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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