Html Css Color HEX #D7AE4A Rob Roy

📋 copy color: '#D7AE4A'

red 215 ◦ green 174 ◦ blue 74

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

Shades of Rob Roy #D7AE4A

Tints of Rob Roy #D7AE4A

RGB

 RED value IS 215 (84.38% from 255) = 46.44%

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

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 46.44%
G = 37.58%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7AE4A (or 0xD7AE4A) is known color: Rob Roy. HEX triplet: D7, AE and 4A. RGB value is (215,174,74). Sum of RGB (Red+Green+Blue) = 215+174+74=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AE4A is #2851B5. Grayscale: #AFAFAF. Windows color (decimal): -2642358 or 4894423. OLE color: 4894423.

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

Color convert

RGB 215 174 74 -
CMYK 0 0.19 0.66 0.16
HSL 42.55º 0.64% 0.57% -
HSV(B) 42.55º 0.66% 0.84% -
XYZ 44.4 45.21 12.87 -
YUV 174.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 215 174 74 0 0.19 0.66 0.16 42.55 0.64 0.57
Hex D7 AE 4A 0 13 42 10 2B 40 39
Octal 327 256 112 0 23 102 20 53 100 71
Binary 11010111 10101110 1001010 0 10011 1000010 10000 101011 1000000 111001

Color Harmonies of #D7AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AE4A

Black with #D7AE4A

Text Example


Text Example

White with #D7AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AE4A; }

 p { color: rgb(215,174,74); }

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

background-color css

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

 a { background-color: rgb(215,174,74); }

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

border-color css

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

 span { border-color: rgb(215,174,74); }

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