Html Css Color HEX #D7A54D Rob Roy

📋 copy color: '#D7A54D'

red 215 ◦ green 165 ◦ blue 77

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

Shades of Rob Roy #D7A54D

Tints of Rob Roy #D7A54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.11%

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

R = 47.05%
G = 36.11%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7A54D (or 0xD7A54D) is known color: Rob Roy. HEX triplet: D7, A5 and 4D. RGB value is (215,165,77). Sum of RGB (Red+Green+Blue) = 215+165+77=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A54D is #285AB2. Grayscale: #AAAAAA. Windows color (decimal): -2644659 or 5088727. OLE color: 5088727.

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

Color convert

RGB 215 165 77 -
CMYK 0 0.23 0.64 0.16
HSL 38.26º 0.63% 0.57% -
HSV(B) 38.26º 0.64% 0.84% -
XYZ 42.82 41.89 12.85 -
YUV 169.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 215 165 77 0 0.23 0.64 0.16 38.26 0.63 0.57
Hex D7 A5 4D 0 17 40 10 26 3F 39
Octal 327 245 115 0 27 100 20 46 77 71
Binary 11010111 10100101 1001101 0 10111 1000000 10000 100110 111111 111001

Color Harmonies of #D7A54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A54D

Black with #D7A54D

Text Example


Text Example

White with #D7A54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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