Html Css Color HEX #D7A849 Rob Roy

📋 copy color: '#D7A849'

red 215 ◦ green 168 ◦ blue 73

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

Shades of Rob Roy #D7A849

Tints of Rob Roy #D7A849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 73 (28.91% from 255) = 16.01%

R = 47.15%
G = 36.84%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7A849 (or 0xD7A849) is known color: Rob Roy. HEX triplet: D7, A8 and 49. RGB value is (215,168,73). Sum of RGB (Red+Green+Blue) = 215+168+73=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A849 is #2857B6. Grayscale: #ABABAB. Windows color (decimal): -2643895 or 4827351. OLE color: 4827351.

HSL color Cylindrical-coordinate representation of color #D7A849: hue angle of 40.14º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7A849 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 168 73 -
CMYK 0 0.22 0.66 0.16
HSL 40.14º 0.64% 0.56% -
HSV(B) 40.14º 0.66% 0.84% -
XYZ 43.23 42.93 12.31 -
YUV 171.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 215 168 73 0 0.22 0.66 0.16 40.14 0.64 0.56
Hex D7 A8 49 0 16 42 10 28 40 38
Octal 327 250 111 0 26 102 20 50 100 70
Binary 11010111 10101000 1001001 0 10110 1000010 10000 101000 1000000 111000

Color Harmonies of #D7A849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A849

Black with #D7A849

Text Example


Text Example

White with #D7A849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A849; }

 p { color: rgb(215,168,73); }

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

background-color css

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

 a { background-color: rgb(215,168,73); }

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

border-color css

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

 span { border-color: rgb(215,168,73); }

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