Html Css Color HEX #D5AE50 Rob Roy

📋 copy color: '#D5AE50'

red 213 ◦ green 174 ◦ blue 80

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

Shades of Rob Roy #D5AE50

Tints of Rob Roy #D5AE50

RGB

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

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

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

R = 45.61%
G = 37.26%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5AE50 (or 0xD5AE50) is known color: Rob Roy. HEX triplet: D5, AE and 50. RGB value is (213,174,80). Sum of RGB (Red+Green+Blue) = 213+174+80=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE50 is #2A51AF. Grayscale: #AFAFAF. Windows color (decimal): -2773424 or 5287637. OLE color: 5287637.

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

Color convert

RGB 213 174 80 -
CMYK 0 0.18 0.62 0.16
HSL 42.41º 0.61% 0.57% -
HSV(B) 42.41º 0.62% 0.84% -
XYZ 44.02 45 13.95 -
YUV 174.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 213 174 80 0 0.18 0.62 0.16 42.41 0.61 0.57
Hex D5 AE 50 0 12 3E 10 2A 3D 39
Octal 325 256 120 0 22 76 20 52 75 71
Binary 11010101 10101110 1010000 0 10010 111110 10000 101010 111101 111001

Color Harmonies of #D5AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE50

Black with #D5AE50

Text Example


Text Example

White with #D5AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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