Html Css Color HEX #D5AB50 Rob Roy

📋 copy color: '#D5AB50'

red 213 ◦ green 171 ◦ blue 80

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

Shades of Rob Roy #D5AB50

Tints of Rob Roy #D5AB50

RGB

 RED value IS 213 (83.59% from 255) = 45.91%

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

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 45.91%
G = 36.85%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5AB50 (or 0xD5AB50) is known color: Rob Roy. HEX triplet: D5, AB and 50. RGB value is (213,171,80). Sum of RGB (Red+Green+Blue) = 213+171+80=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB50 is #2A54AF. Grayscale: #ADADAD. Windows color (decimal): -2774192 or 5286869. OLE color: 5286869.

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

Color convert

RGB 213 171 80 -
CMYK 0 0.20 0.62 0.16
HSL 41.05º 0.61% 0.57% -
HSV(B) 41.05º 0.62% 0.84% -
XYZ 43.45 43.85 13.76 -
YUV 173.18 75.41 156.4 -
System Red Green Blue C M Y K H S L
Decimal 213 171 80 0 0.20 0.62 0.16 41.05 0.61 0.57
Hex D5 AB 50 0 14 3E 10 29 3D 39
Octal 325 253 120 0 24 76 20 51 75 71
Binary 11010101 10101011 1010000 0 10100 111110 10000 101001 111101 111001

Color Harmonies of #D5AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AB50

Black with #D5AB50

Text Example


Text Example

White with #D5AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AB50; }

 p { color: rgb(213,171,80); }

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

background-color css

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

 a { background-color: rgb(213,171,80); }

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

border-color css

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

 span { border-color: rgb(213,171,80); }

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