Html Css Color HEX #D8AB53 Rob Roy

📋 copy color: '#D8AB53'

red 216 ◦ green 171 ◦ blue 83

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

Shades of Rob Roy #D8AB53

Tints of Rob Roy #D8AB53

RGB

 RED value IS 216 (84.77% from 255) = 45.96%

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

 BLUE value IS 83 (32.81% from 255) = 17.66%

R = 45.96%
G = 36.38%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D8AB53 (or 0xD8AB53) is known color: Rob Roy. HEX triplet: D8, AB and 53. RGB value is (216,171,83). Sum of RGB (Red+Green+Blue) = 216+171+83=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB53 is #2754AC. Grayscale: #AEAEAE. Windows color (decimal): -2577581 or 5483480. OLE color: 5483480.

HSL color Cylindrical-coordinate representation of color #D8AB53: hue angle of 39.7º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8AB53 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 171 83 -
CMYK 0 0.21 0.62 0.15
HSL 39.7º 0.63% 0.59% -
HSV(B) 39.7º 0.62% 0.85% -
XYZ 44.44 44.35 14.4 -
YUV 174.42 76.41 157.66 -
System Red Green Blue C M Y K H S L
Decimal 216 171 83 0 0.21 0.62 0.15 39.7 0.63 0.59
Hex D8 AB 53 0 15 3E F 28 3F 3B
Octal 330 253 123 0 25 76 17 50 77 73
Binary 11011000 10101011 1010011 0 10101 111110 1111 101000 111111 111011

Color Harmonies of #D8AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB53

Black with #D8AB53

Text Example


Text Example

White with #D8AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB53; }

 p { color: rgb(216,171,83); }

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

background-color css

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

 a { background-color: rgb(216,171,83); }

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

border-color css

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

 span { border-color: rgb(216,171,83); }

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