#DDB44F

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

Shades of Rob Roy #DDB44F

Tints of Rob Roy #DDB44F

Color information

#DDB44F (or 0xDDB44F) is unknown color: approx Rob Roy. HEX triplet: DD, B4 and 4F. RGB value is (221,180,79). Sum of RGB (Red+Green+Blue) = 221+180+79=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB44F is #224BB0. Grayscale: #B5B5B5. Windows color (decimal): -2247601 or 5223645. OLE color: 5223645.

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

Color convert

RGB22118079-
CMYK00.190.640.13
HSL42.68º67.62%58.82%-
HSV(B)42.68º64.25%86.67%-
XYZ47.5548.5814.27-
YUV180.7470.58156.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 16.46%
R=46.04%
G=37.5%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211807900.190.640.1342.6867.6258.82
HexDDB44F01340D2b443b
Octal335264117023100155310473
Binary11011101101101001001111010011100000011011010111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB44F; }

 p { color: rgb(221,180,79); }

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

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

 a { background-color: rgb(221,180,79); }

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

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

 span { border-color: rgb(221,180,79); }

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