Html Css Color HEX #D5AC52 Rob Roy

📋 copy color: '#D5AC52'

red 213 ◦ green 172 ◦ blue 82

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

Shades of Rob Roy #D5AC52

Tints of Rob Roy #D5AC52

RGB

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

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

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

R = 45.61%
G = 36.83%
B = 17.56%

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

#D5AC52 (or 0xD5AC52) is known color: Rob Roy. HEX triplet: D5, AC and 52. RGB value is (213,172,82). Sum of RGB (Red+Green+Blue) = 213+172+82=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC52 is #2A53AD. Grayscale: #AEAEAE. Windows color (decimal): -2773934 or 5418197. OLE color: 5418197.

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

Color convert

RGB 213 172 82 -
CMYK 0 0.19 0.62 0.16
HSL 41.22º 0.61% 0.58% -
HSV(B) 41.22º 0.62% 0.84% -
XYZ 43.72 44.26 14.22 -
YUV 174 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 213 172 82 0 0.19 0.62 0.16 41.22 0.61 0.58
Hex D5 AC 52 0 13 3E 10 29 3D 3A
Octal 325 254 122 0 23 76 20 51 75 72
Binary 11010101 10101100 1010010 0 10011 111110 10000 101001 111101 111010

Color Harmonies of #D5AC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC52

Black with #D5AC52

Text Example


Text Example

White with #D5AC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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