Html Css Color HEX #D7AB55 Rob Roy

📋 copy color: '#D7AB55'

red 215 ◦ green 171 ◦ blue 85

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

Shades of Rob Roy #D7AB55

Tints of Rob Roy #D7AB55

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.31%

 BLUE value IS 85 (33.59% from 255) = 18.05%

R = 45.65%
G = 36.31%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D7AB55 (or 0xD7AB55) is known color: Rob Roy. HEX triplet: D7, AB and 55. RGB value is (215,171,85). Sum of RGB (Red+Green+Blue) = 215+171+85=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB55 is #2854AA. Grayscale: #AEAEAE. Windows color (decimal): -2643115 or 5614551. OLE color: 5614551.

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

Color convert

RGB 215 171 85 -
CMYK 0 0.20 0.60 0.16
HSL 39.69º 0.62% 0.59% -
HSV(B) 39.69º 0.6% 0.84% -
XYZ 44.23 44.23 14.8 -
YUV 174.35 77.58 156.99 -
System Red Green Blue C M Y K H S L
Decimal 215 171 85 0 0.20 0.60 0.16 39.69 0.62 0.59
Hex D7 AB 55 0 14 3C 10 28 3E 3B
Octal 327 253 125 0 24 74 20 50 76 73
Binary 11010111 10101011 1010101 0 10100 111100 10000 101000 111110 111011

Color Harmonies of #D7AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB55

Black with #D7AB55

Text Example


Text Example

White with #D7AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB55; }

 p { color: rgb(215,171,85); }

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

background-color css

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

 a { background-color: rgb(215,171,85); }

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

border-color css

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

 span { border-color: rgb(215,171,85); }

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