Html Css Color HEX #D7AE4D Rob Roy

📋 copy color: '#D7AE4D'

red 215 ◦ green 174 ◦ blue 77

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

Shades of Rob Roy #D7AE4D

Tints of Rob Roy #D7AE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

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

R = 46.14%
G = 37.34%
B = 16.52%

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

#D7AE4D (or 0xD7AE4D) is known color: Rob Roy. HEX triplet: D7, AE and 4D. RGB value is (215,174,77). Sum of RGB (Red+Green+Blue) = 215+174+77=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE4D is #2851B2. Grayscale: #AFAFAF. Windows color (decimal): -2642355 or 5091031. OLE color: 5091031.

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

Color convert

RGB 215 174 77 -
CMYK 0 0.19 0.64 0.16
HSL 42.17º 0.63% 0.57% -
HSV(B) 42.17º 0.64% 0.84% -
XYZ 44.5 45.26 13.41 -
YUV 175.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 215 174 77 0 0.19 0.64 0.16 42.17 0.63 0.57
Hex D7 AE 4D 0 13 40 10 2A 3F 39
Octal 327 256 115 0 23 100 20 52 77 71
Binary 11010111 10101110 1001101 0 10011 1000000 10000 101010 111111 111001

Color Harmonies of #D7AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AE4D

Black with #D7AE4D

Text Example


Text Example

White with #D7AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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