Html Css Color HEX #D7AF59 Rob Roy

📋 copy color: '#D7AF59'

red 215 ◦ green 175 ◦ blue 89

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

Shades of Rob Roy #D7AF59

Tints of Rob Roy #D7AF59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.58%

R = 44.89%
G = 36.53%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D7AF59 (or 0xD7AF59) is known color: Rob Roy. HEX triplet: D7, AF and 59. RGB value is (215,175,89). Sum of RGB (Red+Green+Blue) = 215+175+89=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF59 is #2850A6. Grayscale: #B1B1B1. Windows color (decimal): -2642087 or 5877719. OLE color: 5877719.

HSL color Cylindrical-coordinate representation of color #D7AF59: hue angle of 40.95º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7AF59 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 175 89 -
CMYK 0 0.19 0.59 0.16
HSL 40.95º 0.61% 0.6% -
HSV(B) 40.95º 0.59% 0.84% -
XYZ 45.16 45.83 15.92 -
YUV 177.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 215 175 89 0 0.19 0.59 0.16 40.95 0.61 0.6
Hex D7 AF 59 0 13 3B 10 29 3D 3C
Octal 327 257 131 0 23 73 20 51 75 74
Binary 11010111 10101111 1011001 0 10011 111011 10000 101001 111101 111100

Color Harmonies of #D7AF59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF59

Black with #D7AF59

Text Example


Text Example

White with #D7AF59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF59; }

 p { color: rgb(215,175,89); }

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

background-color css

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

 a { background-color: rgb(215,175,89); }

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

border-color css

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

 span { border-color: rgb(215,175,89); }

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