Html Css Color HEX #D5AD4C Rob Roy

📋 copy color: '#D5AD4C'

red 213 ◦ green 173 ◦ blue 76

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

Shades of Rob Roy #D5AD4C

Tints of Rob Roy #D5AD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.45%

R = 46.1%
G = 37.45%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5AD4C (or 0xD5AD4C) is known color: Rob Roy. HEX triplet: D5, AD and 4C. RGB value is (213,173,76). Sum of RGB (Red+Green+Blue) = 213+173+76=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD4C is #2A52B3. Grayscale: #AEAEAE. Windows color (decimal): -2773684 or 5025237. OLE color: 5025237.

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

Color convert

RGB 213 173 76 -
CMYK 0 0.19 0.64 0.16
HSL 42.48º 0.62% 0.57% -
HSV(B) 42.48º 0.64% 0.84% -
XYZ 43.69 44.56 13.13 -
YUV 173.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 213 173 76 0 0.19 0.64 0.16 42.48 0.62 0.57
Hex D5 AD 4C 0 13 40 10 2A 3E 39
Octal 325 255 114 0 23 100 20 52 76 71
Binary 11010101 10101101 1001100 0 10011 1000000 10000 101010 111110 111001

Color Harmonies of #D5AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD4C

Black with #D5AD4C

Text Example


Text Example

White with #D5AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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