#DDD425

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

Shades of Barberry #DDD425

Tints of Barberry #DDD425

Color information

#DDD425 (or 0xDDD425) is unknown color: approx Barberry. HEX triplet: DD, D4 and 25. RGB value is (221,212,37). Sum of RGB (Red+Green+Blue) = 221+212+37=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD425 is #222BDA. Grayscale: #C3C3C3. Windows color (decimal): -2239451 or 2479325. OLE color: 2479325.

HSL color Cylindrical-coordinate representation of color #DDD425: hue angle of 57.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDD425 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB22121237-
CMYK00.040.830.13
HSL57.07º73.02%50.59%-
HSV(B)57.07º83.26%86.67%-
XYZ53.762.5911-
YUV194.7438.98146.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 212 (83.20% from 255) = 45.11%
BLUE value IS 37 (14.84% from 255) = 7.87%
R=47.02%
G=45.11%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212123700.040.830.1357.0773.0250.59
HexDDD4250453D394933
Octal3353244504123157111163
Binary11011101110101001001010100101001111011110011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD425; }

 p { color: rgb(221,212,37); }

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

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

 a { background-color: rgb(221,212,37); }

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

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

 span { border-color: rgb(221,212,37); }

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