Html Css Color HEX #D5AC50 Rob Roy

📋 copy color: '#D5AC50'

red 213 ◦ green 172 ◦ blue 80

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

Shades of Rob Roy #D5AC50

Tints of Rob Roy #D5AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

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

R = 45.81%
G = 36.99%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5AC50 (or 0xD5AC50) is known color: Rob Roy. HEX triplet: D5, AC and 50. RGB value is (213,172,80). Sum of RGB (Red+Green+Blue) = 213+172+80=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC50 is #2A53AF. Grayscale: #AEAEAE. Windows color (decimal): -2773936 or 5287125. OLE color: 5287125.

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

Color convert

RGB 213 172 80 -
CMYK 0 0.19 0.62 0.16
HSL 41.5º 0.61% 0.57% -
HSV(B) 41.5º 0.62% 0.84% -
XYZ 43.64 44.23 13.83 -
YUV 173.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 213 172 80 0 0.19 0.62 0.16 41.5 0.61 0.57
Hex D5 AC 50 0 13 3E 10 2A 3D 39
Octal 325 254 120 0 23 76 20 52 75 71
Binary 11010101 10101100 1010000 0 10011 111110 10000 101010 111101 111001

Color Harmonies of #D5AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC50

Black with #D5AC50

Text Example


Text Example

White with #D5AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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