#DDAC52

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

Shades of Rob Roy #DDAC52

Tints of Rob Roy #DDAC52

Color information

#DDAC52 (or 0xDDAC52) is unknown color: approx Rob Roy. HEX triplet: DD, AC and 52. RGB value is (221,172,82). Sum of RGB (Red+Green+Blue) = 221+172+82=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC52 is #2253AD. Grayscale: #B0B0B0. Windows color (decimal): -2249646 or 5418205. OLE color: 5418205.

HSL color Cylindrical-coordinate representation of color #DDAC52: hue angle of 38.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDAC52 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22117282-
CMYK00.220.630.13
HSL38.85º67.15%59.41%-
HSV(B)38.85º62.9%86.67%-
XYZ46.0945.4914.33-
YUV176.3974.73159.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 82 (32.42% from 255) = 17.26%
R=46.53%
G=36.21%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211728200.220.630.1338.8567.1559.41
HexDDAC520163FD27433b
Octal33525412202677154710373
Binary1101110110101100101001001011011111111011001111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC52; }

 p { color: rgb(221,172,82); }

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

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

 a { background-color: rgb(221,172,82); }

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

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

 span { border-color: rgb(221,172,82); }

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