Html Css Color HEX #D5AD4A Rob Roy

📋 copy color: '#D5AD4A'

red 213 ◦ green 173 ◦ blue 74

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

Shades of Rob Roy #D5AD4A

Tints of Rob Roy #D5AD4A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

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

R = 46.3%
G = 37.61%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5AD4A (or 0xD5AD4A) is known color: Rob Roy. HEX triplet: D5, AD and 4A. RGB value is (213,173,74). Sum of RGB (Red+Green+Blue) = 213+173+74=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD4A is #2A52B5. Grayscale: #AEAEAE. Windows color (decimal): -2773686 or 4894165. OLE color: 4894165.

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

Color convert

RGB 213 173 74 -
CMYK 0 0.19 0.65 0.16
HSL 42.73º 0.62% 0.56% -
HSV(B) 42.73º 0.65% 0.84% -
XYZ 43.62 44.53 12.77 -
YUV 173.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 213 173 74 0 0.19 0.65 0.16 42.73 0.62 0.56
Hex D5 AD 4A 0 13 41 10 2B 3E 38
Octal 325 255 112 0 23 101 20 53 76 70
Binary 11010101 10101101 1001010 0 10011 1000001 10000 101011 111110 111000

Color Harmonies of #D5AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD4A

Black with #D5AD4A

Text Example


Text Example

White with #D5AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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