#DDD422

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

Shades of Barberry #DDD422

Tints of Barberry #DDD422

Color information

#DDD422 (or 0xDDD422) is unknown color: approx Barberry. HEX triplet: DD, D4 and 22. RGB value is (221,212,34). Sum of RGB (Red+Green+Blue) = 221+212+34=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD422 is #222BDD. Grayscale: #C3C3C3. Windows color (decimal): -2239454 or 2282717. OLE color: 2282717.

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

Color convert

RGB22121234-
CMYK00.040.850.13
HSL57.11º73.33%50%-
HSV(B)57.11º84.62%86.67%-
XYZ53.6562.5710.76-
YUV194.437.48146.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 34 (13.67% from 255) = 7.28%
R=47.32%
G=45.40%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212123400.040.850.1357.1173.3350
HexDDD4220455D394932
Octal3353244204125157111162
Binary11011101110101001000100100101010111011110011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD422; }

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

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

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

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

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

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

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

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