Html Css Color HEX #D7A94A Rob Roy

📋 copy color: '#D7A94A'

red 215 ◦ green 169 ◦ blue 74

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

Shades of Rob Roy #D7A94A

Tints of Rob Roy #D7A94A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.9%

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 46.94%
G = 36.9%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7A94A (or 0xD7A94A) is known color: Rob Roy. HEX triplet: D7, A9 and 4A. RGB value is (215,169,74). Sum of RGB (Red+Green+Blue) = 215+169+74=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A94A is #2856B5. Grayscale: #ACACAC. Windows color (decimal): -2643638 or 4893143. OLE color: 4893143.

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

Color convert

RGB 215 169 74 -
CMYK 0 0.21 0.66 0.16
HSL 40.43º 0.64% 0.57% -
HSV(B) 40.43º 0.66% 0.84% -
XYZ 43.45 43.32 12.55 -
YUV 171.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 215 169 74 0 0.21 0.66 0.16 40.43 0.64 0.57
Hex D7 A9 4A 0 15 42 10 28 40 39
Octal 327 251 112 0 25 102 20 50 100 71
Binary 11010111 10101001 1001010 0 10101 1000010 10000 101000 1000000 111001

Color Harmonies of #D7A94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A94A

Black with #D7A94A

Text Example


Text Example

White with #D7A94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A94A; }

 p { color: rgb(215,169,74); }

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

background-color css

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

 a { background-color: rgb(215,169,74); }

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

border-color css

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

 span { border-color: rgb(215,169,74); }

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