#DDA655

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

Shades of Rob Roy #DDA655

Tints of Rob Roy #DDA655

Color information

#DDA655 (or 0xDDA655) is unknown color: approx Rob Roy. HEX triplet: DD, A6 and 55. RGB value is (221,166,85). Sum of RGB (Red+Green+Blue) = 221+166+85=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA655 is #2259AA. Grayscale: #ADADAD. Windows color (decimal): -2251179 or 5613277. OLE color: 5613277.

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

Color convert

RGB22116685-
CMYK00.250.620.13
HSL35.74º66.67%60%-
HSV(B)35.74º61.54%86.67%-
XYZ45.0943.314.58-
YUV173.2178.22162.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=46.82%
G=35.17%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211668500.250.620.1335.7466.6760
HexDDA6550193ED24433c
Octal33524612503176154410374
Binary1101110110100110101010101100111111011011001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA655; }

 p { color: rgb(221,166,85); }

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

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

 a { background-color: rgb(221,166,85); }

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

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

 span { border-color: rgb(221,166,85); }

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