#DDAC4B

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

Shades of Rob Roy #DDAC4B

Tints of Rob Roy #DDAC4B

Color information

#DDAC4B (or 0xDDAC4B) is unknown color: approx Rob Roy. HEX triplet: DD, AC and 4B. RGB value is (221,172,75). Sum of RGB (Red+Green+Blue) = 221+172+75=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC4B is #2253B4. Grayscale: #B0B0B0. Windows color (decimal): -2249653 or 4959453. OLE color: 4959453.

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

Color convert

RGB22117275-
CMYK00.220.660.13
HSL39.86º68.22%58.04%-
HSV(B)39.86º66.06%86.67%-
XYZ45.8445.3913-
YUV175.5971.23160.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 75 (29.69% from 255) = 16.03%
R=47.22%
G=36.75%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211727500.220.660.1339.8668.2258.04
HexDDAC4B01642D28443a
Octal335254113026102155010472
Binary11011101101011001001011010110100001011011010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC4B; }

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

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

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

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

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

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

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

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