Html Css Color HEX #D7B54C Rob Roy

📋 copy color: '#D7B54C'

red 215 ◦ green 181 ◦ blue 76

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

Shades of Rob Roy #D7B54C

Tints of Rob Roy #D7B54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.35%

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

R = 45.55%
G = 38.35%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7B54C (or 0xD7B54C) is known color: Rob Roy. HEX triplet: D7, B5 and 4C. RGB value is (215,181,76). Sum of RGB (Red+Green+Blue) = 215+181+76=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B54C is #284AB3. Grayscale: #B3B3B3. Windows color (decimal): -2640564 or 5027287. OLE color: 5027287.

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

Color convert

RGB 215 181 76 -
CMYK 0 0.16 0.65 0.16
HSL 45.32º 0.63% 0.57% -
HSV(B) 45.32º 0.65% 0.84% -
XYZ 45.85 48.02 13.69 -
YUV 179.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 215 181 76 0 0.16 0.65 0.16 45.32 0.63 0.57
Hex D7 B5 4C 0 10 41 10 2D 3F 39
Octal 327 265 114 0 20 101 20 55 77 71
Binary 11010111 10110101 1001100 0 10000 1000001 10000 101101 111111 111001

Color Harmonies of #D7B54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B54C

Black with #D7B54C

Text Example


Text Example

White with #D7B54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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