#DDB651

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

Shades of Rob Roy #DDB651

Tints of Rob Roy #DDB651

Color information

#DDB651 (or 0xDDB651) is unknown color: approx Rob Roy. HEX triplet: DD, B6 and 51. RGB value is (221,182,81). Sum of RGB (Red+Green+Blue) = 221+182+81=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB651 is #2249AE. Grayscale: #B6B6B6. Windows color (decimal): -2247087 or 5355229. OLE color: 5355229.

HSL color Cylindrical-coordinate representation of color #DDB651: hue angle of 43.29º 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 #DDB651 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB22118281-
CMYK00.180.630.13
HSL43.29º67.31%59.22%-
HSV(B)43.29º63.35%86.67%-
XYZ48.0349.4214.79-
YUV182.1570.92155.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.66%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 81 (32.03% from 255) = 16.74%
R=45.66%
G=37.60%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211828100.180.630.1343.2967.3159.22
HexDDB6510123FD2b433b
Octal33526612102277155310373
Binary1101110110110110101000101001011111111011010111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB651; }

 p { color: rgb(221,182,81); }

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

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

 a { background-color: rgb(221,182,81); }

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

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

 span { border-color: rgb(221,182,81); }

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