Html Css Color HEX #D7A352 Rob Roy

📋 copy color: '#D7A352'

red 215 ◦ green 163 ◦ blue 82

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

Shades of Rob Roy #D7A352

Tints of Rob Roy #D7A352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.43%

 BLUE value IS 82 (32.42% from 255) = 17.83%

R = 46.74%
G = 35.43%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D7A352 (or 0xD7A352) is known color: Rob Roy. HEX triplet: D7, A3 and 52. RGB value is (215,163,82). Sum of RGB (Red+Green+Blue) = 215+163+82=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A352 is #285CAD. Grayscale: #A9A9A9. Windows color (decimal): -2645166 or 5415895. OLE color: 5415895.

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

Color convert

RGB 215 163 82 -
CMYK 0 0.24 0.62 0.16
HSL 36.54º 0.62% 0.58% -
HSV(B) 36.54º 0.62% 0.84% -
XYZ 42.64 41.25 13.7 -
YUV 169.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 215 163 82 0 0.24 0.62 0.16 36.54 0.62 0.58
Hex D7 A3 52 0 18 3E 10 25 3E 3A
Octal 327 243 122 0 30 76 20 45 76 72
Binary 11010111 10100011 1010010 0 11000 111110 10000 100101 111110 111010

Color Harmonies of #D7A352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A352

Black with #D7A352

Text Example


Text Example

White with #D7A352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A352; }

 p { color: rgb(215,163,82); }

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

background-color css

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

 a { background-color: rgb(215,163,82); }

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

border-color css

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

 span { border-color: rgb(215,163,82); }

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