Html Css Color HEX #D7B14C Rob Roy

📋 copy color: '#D7B14C'

red 215 ◦ green 177 ◦ blue 76

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

Shades of Rob Roy #D7B14C

Tints of Rob Roy #D7B14C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.82%

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

R = 45.94%
G = 37.82%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7B14C (or 0xD7B14C) is known color: Rob Roy. HEX triplet: D7, B1 and 4C. RGB value is (215,177,76). Sum of RGB (Red+Green+Blue) = 215+177+76=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7B14C is #284EB3. Grayscale: #B1B1B1. Windows color (decimal): -2641588 or 5026263. OLE color: 5026263.

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

Color convert

RGB 215 177 76 -
CMYK 0 0.18 0.65 0.16
HSL 43.6º 0.63% 0.57% -
HSV(B) 43.6º 0.65% 0.84% -
XYZ 45.05 46.41 13.42 -
YUV 176.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 215 177 76 0 0.18 0.65 0.16 43.6 0.63 0.57
Hex D7 B1 4C 0 12 41 10 2C 3F 39
Octal 327 261 114 0 22 101 20 54 77 71
Binary 11010111 10110001 1001100 0 10010 1000001 10000 101100 111111 111001

Color Harmonies of #D7B14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B14C

Black with #D7B14C

Text Example


Text Example

White with #D7B14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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