#DDA54D

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

Shades of Rob Roy #DDA54D

Tints of Rob Roy #DDA54D

Color information

#DDA54D (or 0xDDA54D) is unknown color: approx Rob Roy. HEX triplet: DD, A5 and 4D. RGB value is (221,165,77). Sum of RGB (Red+Green+Blue) = 221+165+77=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA54D is #225AB2. Grayscale: #ACACAC. Windows color (decimal): -2251443 or 5088733. OLE color: 5088733.

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

Color convert

RGB22116577-
CMYK00.250.650.13
HSL36.67º67.92%58.43%-
HSV(B)36.67º65.16%86.67%-
XYZ44.6142.8212.93-
YUV171.7174.55163.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 77 (30.47% from 255) = 16.63%
R=47.73%
G=35.64%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211657700.250.650.1336.6767.9258.43
HexDDA54D01941D25443a
Octal335245115031101154510472
Binary11011101101001011001101011001100000111011001011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA54D; }

 p { color: rgb(221,165,77); }

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

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

 a { background-color: rgb(221,165,77); }

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

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

 span { border-color: rgb(221,165,77); }

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