#DDA456

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

Shades of Rob Roy #DDA456

Tints of Rob Roy #DDA456

Color information

#DDA456 (or 0xDDA456) is unknown color: approx Rob Roy. HEX triplet: DD, A4 and 56. RGB value is (221,164,86). Sum of RGB (Red+Green+Blue) = 221+164+86=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA456 is #225BA9. Grayscale: #ACACAC. Windows color (decimal): -2251690 or 5678301. OLE color: 5678301.

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

Color convert

RGB22116486-
CMYK00.260.610.13
HSL34.67º66.5%60.2%-
HSV(B)34.67º61.09%86.67%-
XYZ44.7742.5914.67-
YUV172.1579.38162.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 86 (33.98% from 255) = 18.26%
R=46.92%
G=34.82%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211648600.260.610.1334.6766.560.2
HexDDA45601A3DD23433c
Octal33524412603275154310374
Binary1101110110100100101011001101011110111011000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA456; }

 p { color: rgb(221,164,86); }

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

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

 a { background-color: rgb(221,164,86); }

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

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

 span { border-color: rgb(221,164,86); }

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