Html Css Color HEX #D5AE54 Rob Roy

📋 copy color: '#D5AE54'

red 213 ◦ green 174 ◦ blue 84

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

Shades of Rob Roy #D5AE54

Tints of Rob Roy #D5AE54

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.94%

 BLUE value IS 84 (33.2% from 255) = 17.83%

R = 45.22%
G = 36.94%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D5AE54 (or 0xD5AE54) is known color: Rob Roy. HEX triplet: D5, AE and 54. RGB value is (213,174,84). Sum of RGB (Red+Green+Blue) = 213+174+84=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE54 is #2A51AB. Grayscale: #AFAFAF. Windows color (decimal): -2773420 or 5549781. OLE color: 5549781.

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

Color convert

RGB 213 174 84 -
CMYK 0 0.18 0.61 0.16
HSL 41.86º 0.61% 0.58% -
HSV(B) 41.86º 0.61% 0.84% -
XYZ 44.18 45.06 14.76 -
YUV 175.4 76.42 154.82 -
System Red Green Blue C M Y K H S L
Decimal 213 174 84 0 0.18 0.61 0.16 41.86 0.61 0.58
Hex D5 AE 54 0 12 3D 10 2A 3D 3A
Octal 325 256 124 0 22 75 20 52 75 72
Binary 11010101 10101110 1010100 0 10010 111101 10000 101010 111101 111010

Color Harmonies of #D5AE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE54

Black with #D5AE54

Text Example


Text Example

White with #D5AE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE54; }

 p { color: rgb(213,174,84); }

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

background-color css

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

 a { background-color: rgb(213,174,84); }

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

border-color css

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

 span { border-color: rgb(213,174,84); }

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