Html Css Color HEX #D5AC4D Rob Roy

📋 copy color: '#D5AC4D'

red 213 ◦ green 172 ◦ blue 77

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

Shades of Rob Roy #D5AC4D

Tints of Rob Roy #D5AC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.67%

R = 46.1%
G = 37.23%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5AC4D (or 0xD5AC4D) is known color: Rob Roy. HEX triplet: D5, AC and 4D. RGB value is (213,172,77). Sum of RGB (Red+Green+Blue) = 213+172+77=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC4D is #2A53B2. Grayscale: #ADADAD. Windows color (decimal): -2773939 or 5090517. OLE color: 5090517.

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

Color convert

RGB 213 172 77 -
CMYK 0 0.19 0.64 0.16
HSL 41.91º 0.62% 0.57% -
HSV(B) 41.91º 0.64% 0.84% -
XYZ 43.53 44.19 13.26 -
YUV 173.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 213 172 77 0 0.19 0.64 0.16 41.91 0.62 0.57
Hex D5 AC 4D 0 13 40 10 2A 3E 39
Octal 325 254 115 0 23 100 20 52 76 71
Binary 11010101 10101100 1001101 0 10011 1000000 10000 101010 111110 111001

Color Harmonies of #D5AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC4D

Black with #D5AC4D

Text Example


Text Example

White with #D5AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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