#DDD622

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

Shades of Barberry #DDD622

Tints of Barberry #DDD622

Color information

#DDD622 (or 0xDDD622) is unknown color: approx Barberry. HEX triplet: DD, D6 and 22. RGB value is (221,214,34). Sum of RGB (Red+Green+Blue) = 221+214+34=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 34 (13.67% from 255 or 7.25% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD622 is #2229DD. Grayscale: #C4C4C4. Windows color (decimal): -2238942 or 2283229. OLE color: 2283229.

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

Color convert

RGB22121434-
CMYK00.030.850.13
HSL57.75º73.33%50%-
HSV(B)57.75º84.62%86.67%-
XYZ54.1563.5810.93-
YUV195.5736.82146.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 214 (83.98% from 255) = 45.63%
BLUE value IS 34 (13.67% from 255) = 7.25%
R=47.12%
G=45.63%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212143400.030.850.1357.7573.3350
HexDDD6220355D3a4932
Octal3353264203125157211162
Binary1101110111010110100010011101010111011110101001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD622; }

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

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

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

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

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

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

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

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