#ddd60f

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

Shades of Barberry #DDD60F

Tints of Barberry #DDD60F

Color information

#DDD60F (or 0xDDD60F) is unknown color: approx Barberry. HEX triplet: DD, D6 and 0F. RGB value is (221,214,15). Sum of RGB (Red+Green+Blue) = 221+214+15=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD60F is #2229F0. Grayscale: #C2C2C2. Windows color (decimal): -2238961 or 1038045. OLE color: 1038045.

HSL color Cylindrical-coordinate representation of color #DDD60F: hue angle of 57.96º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDD60F is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB22121415-
CMYK00.030.930.13
HSL57.96º87.29%46.27%-
HSV(B)57.96º93.21%86.67%-
XYZ53.9563.59.87-
YUV193.4127.32147.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 214 (83.98% from 255) = 47.56%
BLUE value IS 15 (6.25% from 255) = 3.33%
R=49.11%
G=47.56%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212141500.030.930.1357.9687.2946.27
HexDDD6F035DD3a572e
Octal3353261703135157212756
Binary11011101110101101111011101110111011110101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd60f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd60f; }

 p { color: rgb(221,214,15); }

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

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

 a { background-color: rgb(221,214,15); }

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

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

 span { border-color: rgb(221,214,15); }

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