#DDB152

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

Shades of Rob Roy #DDB152

Tints of Rob Roy #DDB152

Color information

#DDB152 (or 0xDDB152) is unknown color: approx Rob Roy. HEX triplet: DD, B1 and 52. RGB value is (221,177,82). Sum of RGB (Red+Green+Blue) = 221+177+82=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB152 is #224EAD. Grayscale: #B3B3B3. Windows color (decimal): -2248366 or 5419485. OLE color: 5419485.

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

Color convert

RGB22117782-
CMYK00.200.630.13
HSL41.01º67.15%59.41%-
HSV(B)41.01º62.9%86.67%-
XYZ47.0647.4314.66-
YUV179.3373.08157.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.04%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 82 (32.42% from 255) = 17.08%
R=46.04%
G=36.88%
B=17.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211778200.200.630.1341.0167.1559.41
HexDDB1520143FD29433b
Octal33526112202477155110373
Binary1101110110110001101001001010011111111011010011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB152; }

 p { color: rgb(221,177,82); }

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

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

 a { background-color: rgb(221,177,82); }

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

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

 span { border-color: rgb(221,177,82); }

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