Html Css Color HEX #D7AE4C Rob Roy

📋 copy color: '#D7AE4C'

red 215 ◦ green 174 ◦ blue 76

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

Shades of Rob Roy #D7AE4C

Tints of Rob Roy #D7AE4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.34%

R = 46.24%
G = 37.42%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7AE4C (or 0xD7AE4C) is known color: Rob Roy. HEX triplet: D7, AE and 4C. RGB value is (215,174,76). Sum of RGB (Red+Green+Blue) = 215+174+76=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AE4C is #2851B3. Grayscale: #AFAFAF. Windows color (decimal): -2642356 or 5025495. OLE color: 5025495.

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

Color convert

RGB 215 174 76 -
CMYK 0 0.19 0.65 0.16
HSL 42.3º 0.63% 0.57% -
HSV(B) 42.3º 0.65% 0.84% -
XYZ 44.46 45.24 13.23 -
YUV 175.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 215 174 76 0 0.19 0.65 0.16 42.3 0.63 0.57
Hex D7 AE 4C 0 13 41 10 2A 3F 39
Octal 327 256 114 0 23 101 20 52 77 71
Binary 11010111 10101110 1001100 0 10011 1000001 10000 101010 111111 111001

Color Harmonies of #D7AE4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AE4C

Black with #D7AE4C

Text Example


Text Example

White with #D7AE4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AE4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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