Html Css Color HEX #D7AD4D Rob Roy

📋 copy color: '#D7AD4D'

red 215 ◦ green 173 ◦ blue 77

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

Shades of Rob Roy #D7AD4D

Tints of Rob Roy #D7AD4D

RGB

 RED value IS 215 (84.38% from 255) = 46.24%

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

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

R = 46.24%
G = 37.2%
B = 16.56%

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

#D7AD4D (or 0xD7AD4D) is known color: Rob Roy. HEX triplet: D7, AD and 4D. RGB value is (215,173,77). Sum of RGB (Red+Green+Blue) = 215+173+77=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD4D is #2852B2. Grayscale: #AFAFAF. Windows color (decimal): -2642611 or 5090775. OLE color: 5090775.

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

Color convert

RGB 215 173 77 -
CMYK 0 0.20 0.64 0.16
HSL 41.74º 0.63% 0.57% -
HSV(B) 41.74º 0.64% 0.84% -
XYZ 44.31 44.87 13.35 -
YUV 174.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 215 173 77 0 0.20 0.64 0.16 41.74 0.63 0.57
Hex D7 AD 4D 0 14 40 10 2A 3F 39
Octal 327 255 115 0 24 100 20 52 77 71
Binary 11010111 10101101 1001101 0 10100 1000000 10000 101010 111111 111001

Color Harmonies of #D7AD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD4D

Black with #D7AD4D

Text Example


Text Example

White with #D7AD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD4D; }

 p { color: rgb(215,173,77); }

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

background-color css

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

 a { background-color: rgb(215,173,77); }

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

border-color css

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

 span { border-color: rgb(215,173,77); }

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