#DDA653

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

Shades of Rob Roy #DDA653

Tints of Rob Roy #DDA653

Color information

#DDA653 (or 0xDDA653) is unknown color: approx Rob Roy. HEX triplet: DD, A6 and 53. RGB value is (221,166,83). Sum of RGB (Red+Green+Blue) = 221+166+83=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA653 is #2259AC. Grayscale: #ADADAD. Windows color (decimal): -2251181 or 5482205. OLE color: 5482205.

HSL color Cylindrical-coordinate representation of color #DDA653: hue angle of 36.09º 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 #DDA653 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22116683-
CMYK00.250.620.13
HSL36.09º66.99%59.61%-
HSV(B)36.09º62.44%86.67%-
XYZ45.0243.2714.16-
YUV172.9877.22162.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 83 (32.81% from 255) = 17.66%
R=47.02%
G=35.32%
B=17.66%

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
Decimal2211668300.250.620.1336.0966.9959.61
HexDDA6530193ED24433c
Octal33524612303176154410374
Binary1101110110100110101001101100111111011011001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA653; }

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

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

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

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

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

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

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

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