Html Css Color HEX #D5AC4E Rob Roy

📋 copy color: '#D5AC4E'

red 213 ◦ green 172 ◦ blue 78

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

Shades of Rob Roy #D5AC4E

Tints of Rob Roy #D5AC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.85%

R = 46%
G = 37.15%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5AC4E (or 0xD5AC4E) is known color: Rob Roy. HEX triplet: D5, AC and 4E. RGB value is (213,172,78). Sum of RGB (Red+Green+Blue) = 213+172+78=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC4E is #2A53B1. Grayscale: #ADADAD. Windows color (decimal): -2773938 or 5156053. OLE color: 5156053.

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

Color convert

RGB 213 172 78 -
CMYK 0 0.19 0.63 0.16
HSL 41.78º 0.62% 0.57% -
HSV(B) 41.78º 0.63% 0.84% -
XYZ 43.57 44.2 13.44 -
YUV 173.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 213 172 78 0 0.19 0.63 0.16 41.78 0.62 0.57
Hex D5 AC 4E 0 13 3F 10 2A 3E 39
Octal 325 254 116 0 23 77 20 52 76 71
Binary 11010101 10101100 1001110 0 10011 111111 10000 101010 111110 111001

Color Harmonies of #D5AC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC4E

Black with #D5AC4E

Text Example


Text Example

White with #D5AC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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