Html Css Color HEX #D5AA4D Rob Roy

📋 copy color: '#D5AA4D'

red 213 ◦ green 170 ◦ blue 77

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

Shades of Rob Roy #D5AA4D

Tints of Rob Roy #D5AA4D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.96%

 BLUE value IS 77 (30.47% from 255) = 16.74%

R = 46.3%
G = 36.96%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5AA4D (or 0xD5AA4D) is known color: Rob Roy. HEX triplet: D5, AA and 4D. RGB value is (213,170,77). Sum of RGB (Red+Green+Blue) = 213+170+77=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA4D is #2A55B2. Grayscale: #ACACAC. Windows color (decimal): -2774451 or 5090005. OLE color: 5090005.

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

Color convert

RGB 213 170 77 -
CMYK 0 0.20 0.64 0.16
HSL 41.03º 0.62% 0.57% -
HSV(B) 41.03º 0.64% 0.84% -
XYZ 43.15 43.43 13.13 -
YUV 172.26 74.25 157.06 -
System Red Green Blue C M Y K H S L
Decimal 213 170 77 0 0.20 0.64 0.16 41.03 0.62 0.57
Hex D5 AA 4D 0 14 40 10 29 3E 39
Octal 325 252 115 0 24 100 20 51 76 71
Binary 11010101 10101010 1001101 0 10100 1000000 10000 101001 111110 111001

Color Harmonies of #D5AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA4D

Black with #D5AA4D

Text Example


Text Example

White with #D5AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA4D; }

 p { color: rgb(213,170,77); }

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

background-color css

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

 a { background-color: rgb(213,170,77); }

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

border-color css

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

 span { border-color: rgb(213,170,77); }

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