Html Css Color HEX #D7A14C Rob Roy

📋 copy color: '#D7A14C'

red 215 ◦ green 161 ◦ blue 76

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

Shades of Rob Roy #D7A14C

Tints of Rob Roy #D7A14C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

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

R = 47.57%
G = 35.62%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7A14C (or 0xD7A14C) is known color: Rob Roy. HEX triplet: D7, A1 and 4C. RGB value is (215,161,76). Sum of RGB (Red+Green+Blue) = 215+161+76=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A14C is #285EB3. Grayscale: #A7A7A7. Windows color (decimal): -2645684 or 5022167. OLE color: 5022167.

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

Color convert

RGB 215 161 76 -
CMYK 0 0.25 0.65 0.16
HSL 36.69º 0.63% 0.57% -
HSV(B) 36.69º 0.65% 0.84% -
XYZ 42.07 40.46 12.43 -
YUV 167.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 215 161 76 0 0.25 0.65 0.16 36.69 0.63 0.57
Hex D7 A1 4C 0 19 41 10 25 3F 39
Octal 327 241 114 0 31 101 20 45 77 71
Binary 11010111 10100001 1001100 0 11001 1000001 10000 100101 111111 111001

Color Harmonies of #D7A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A14C

Black with #D7A14C

Text Example


Text Example

White with #D7A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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