Html Css Color HEX #D5AF4A Rob Roy

📋 copy color: '#D5AF4A'

red 213 ◦ green 175 ◦ blue 74

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

Shades of Rob Roy #D5AF4A

Tints of Rob Roy #D5AF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.02%

R = 46.1%
G = 37.88%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5AF4A (or 0xD5AF4A) is known color: Rob Roy. HEX triplet: D5, AF and 4A. RGB value is (213,175,74). Sum of RGB (Red+Green+Blue) = 213+175+74=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AF4A is #2A50B5. Grayscale: #AFAFAF. Windows color (decimal): -2773174 or 4894677. OLE color: 4894677.

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

Color convert

RGB 213 175 74 -
CMYK 0 0.18 0.65 0.16
HSL 43.6º 0.62% 0.56% -
HSV(B) 43.6º 0.65% 0.84% -
XYZ 44.01 45.3 12.9 -
YUV 174.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 213 175 74 0 0.18 0.65 0.16 43.6 0.62 0.56
Hex D5 AF 4A 0 12 41 10 2C 3E 38
Octal 325 257 112 0 22 101 20 54 76 70
Binary 11010101 10101111 1001010 0 10010 1000001 10000 101100 111110 111000

Color Harmonies of #D5AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF4A

Black with #D5AF4A

Text Example


Text Example

White with #D5AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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