#ddb057

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

Shades of Rob Roy #DDB057

Tints of Rob Roy #DDB057

Color information

#DDB057 (or 0xDDB057) is unknown color: approx Rob Roy. HEX triplet: DD, B0 and 57. RGB value is (221,176,87). Sum of RGB (Red+Green+Blue) = 221+176+87=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB057 is #224FA8. Grayscale: #B3B3B3. Windows color (decimal): -2248617 or 5746909. OLE color: 5746909.

HSL color Cylindrical-coordinate representation of color #DDB057: hue angle of 39.85º degrees, saturation: 0.66, 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 #DDB057 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22117687-
CMYK00.200.610.13
HSL39.85º66.34%60.39%-
HSV(B)39.85º60.63%86.67%-
XYZ47.0647.1115.63-
YUV179.3175.91157.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 87 (34.38% from 255) = 17.98%
R=45.66%
G=36.36%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211768700.200.610.1339.8566.3460.39
HexDDB0570143DD28423c
Octal33526012702475155010274
Binary1101110110110000101011101010011110111011010001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddb057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddb057; }

 p { color: rgb(221,176,87); }

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

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

 a { background-color: rgb(221,176,87); }

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

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

 span { border-color: rgb(221,176,87); }

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