Html Css Color HEX #D5AE4E Rob Roy

📋 copy color: '#D5AE4E'

red 213 ◦ green 174 ◦ blue 78

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

Shades of Rob Roy #D5AE4E

Tints of Rob Roy #D5AE4E

RGB

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

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

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

R = 45.81%
G = 37.42%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5AE4E (or 0xD5AE4E) is known color: Rob Roy. HEX triplet: D5, AE and 4E. RGB value is (213,174,78). Sum of RGB (Red+Green+Blue) = 213+174+78=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE4E is #2A51B1. Grayscale: #AFAFAF. Windows color (decimal): -2773426 or 5156565. OLE color: 5156565.

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

Color convert

RGB 213 174 78 -
CMYK 0 0.18 0.63 0.16
HSL 42.67º 0.62% 0.57% -
HSV(B) 42.67º 0.63% 0.84% -
XYZ 43.95 44.97 13.57 -
YUV 174.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 213 174 78 0 0.18 0.63 0.16 42.67 0.62 0.57
Hex D5 AE 4E 0 12 3F 10 2B 3E 39
Octal 325 256 116 0 22 77 20 53 76 71
Binary 11010101 10101110 1001110 0 10010 111111 10000 101011 111110 111001

Color Harmonies of #D5AE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE4E

Black with #D5AE4E

Text Example


Text Example

White with #D5AE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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