#D4B053

Color #D4B053 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #D4B053

Tints of Rob Roy #D4B053

Color information

#D4B053 (or 0xD4B053) is unknown color: approx Rob Roy. HEX triplet: D4, B0 and 53. RGB value is (212,176,83). Sum of RGB (Red+Green+Blue) = 212+176+83=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B053 is #2B4FAC. Grayscale: #B0B0B0. Windows color (decimal): -2838445 or 5484756. OLE color: 5484756.

HSL color Cylindrical-coordinate representation of color #D4B053: hue angle of 43.26º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4B053 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB21217683-
CMYK00.170.610.17
HSL43.26º60%57.84%-
HSV(B)43.26º60.85%83.14%-
XYZ44.2445.6714.67-
YUV176.1675.43153.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 83 (32.81% from 255) = 17.62%
R=45.01%
G=37.37%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121768300.170.610.1743.266057.84
HexD4B0530113D112b3c3a
Octal3242601230217521537472
Binary1101010010110000101001101000111110110001101011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B053; }

 p { color: rgb(212,176,83); }

 H1.HeaderClassName
 {
   color: #D4B053;
 }
 .AnyTagClassName
 {
   color: #D4B053;
 }
</style>
background-color css

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

 a { background-color: rgb(212,176,83); }

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

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

 span { border-color: rgb(212,176,83); }

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