Html Css Color HEX #D5AF4E Rob Roy

📋 copy color: '#D5AF4E'

red 213 ◦ green 175 ◦ blue 78

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

Shades of Rob Roy #D5AF4E

Tints of Rob Roy #D5AF4E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.55%

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

R = 45.71%
G = 37.55%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5AF4E (or 0xD5AF4E) is known color: Rob Roy. HEX triplet: D5, AF and 4E. RGB value is (213,175,78). Sum of RGB (Red+Green+Blue) = 213+175+78=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF4E is #2A50B1. Grayscale: #AFAFAF. Windows color (decimal): -2773170 or 5156821. OLE color: 5156821.

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

Color convert

RGB 213 175 78 -
CMYK 0 0.18 0.63 0.16
HSL 43.11º 0.62% 0.57% -
HSV(B) 43.11º 0.63% 0.84% -
XYZ 44.15 45.36 13.64 -
YUV 175.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 213 175 78 0 0.18 0.63 0.16 43.11 0.62 0.57
Hex D5 AF 4E 0 12 3F 10 2B 3E 39
Octal 325 257 116 0 22 77 20 53 76 71
Binary 11010101 10101111 1001110 0 10010 111111 10000 101011 111110 111001

Color Harmonies of #D5AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF4E

Black with #D5AF4E

Text Example


Text Example

White with #D5AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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