Html Css Color HEX #D7AF56 Rob Roy

📋 copy color: '#D7AF56'

red 215 ◦ green 175 ◦ blue 86

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

Shades of Rob Roy #D7AF56

Tints of Rob Roy #D7AF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.07%

R = 45.17%
G = 36.76%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#D7AF56 (or 0xD7AF56) is known color: Rob Roy. HEX triplet: D7, AF and 56. RGB value is (215,175,86). Sum of RGB (Red+Green+Blue) = 215+175+86=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF56 is #2850A9. Grayscale: #B1B1B1. Windows color (decimal): -2642090 or 5681111. OLE color: 5681111.

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

Color convert

RGB 215 175 86 -
CMYK 0 0.19 0.6 0.16
HSL 41.4º 0.62% 0.59% -
HSV(B) 41.4º 0.6% 0.84% -
XYZ 45.03 45.78 15.27 -
YUV 176.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 215 175 86 0 0.19 0.6 0.16 41.4 0.62 0.59
Hex D7 AF 56 0 13 3C 10 29 3E 3B
Octal 327 257 126 0 23 74 20 51 76 73
Binary 11010111 10101111 1010110 0 10011 111100 10000 101001 111110 111011

Color Harmonies of #D7AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF56

Black with #D7AF56

Text Example


Text Example

White with #D7AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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