Html Css Color HEX #D7A852 Rob Roy

📋 copy color: '#D7A852'

red 215 ◦ green 168 ◦ blue 82

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

Shades of Rob Roy #D7A852

Tints of Rob Roy #D7A852

RGB

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

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

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

R = 46.24%
G = 36.13%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D7A852 (or 0xD7A852) is known color: Rob Roy. HEX triplet: D7, A8 and 52. RGB value is (215,168,82). Sum of RGB (Red+Green+Blue) = 215+168+82=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A852 is #2857AD. Grayscale: #ACACAC. Windows color (decimal): -2643886 or 5417175. OLE color: 5417175.

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

Color convert

RGB 215 168 82 -
CMYK 0 0.22 0.62 0.16
HSL 38.8º 0.62% 0.58% -
HSV(B) 38.8º 0.62% 0.84% -
XYZ 43.55 43.06 14 -
YUV 172.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 215 168 82 0 0.22 0.62 0.16 38.8 0.62 0.58
Hex D7 A8 52 0 16 3E 10 27 3E 3A
Octal 327 250 122 0 26 76 20 47 76 72
Binary 11010111 10101000 1010010 0 10110 111110 10000 100111 111110 111010

Color Harmonies of #D7A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A852

Black with #D7A852

Text Example


Text Example

White with #D7A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A852; }

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

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

background-color css

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

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

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

border-color css

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

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

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