#DDCA2B

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

Shades of Barberry #DDCA2B

Tints of Barberry #DDCA2B

Color information

#DDCA2B (or 0xDDCA2B) is unknown color: approx Barberry. HEX triplet: DD, CA and 2B. RGB value is (221,202,43). Sum of RGB (Red+Green+Blue) = 221+202+43=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCA2B is #2235D4. Grayscale: #BEBEBE. Windows color (decimal): -2242005 or 2869981. OLE color: 2869981.

HSL color Cylindrical-coordinate representation of color #DDCA2B: hue angle of 53.6º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDCA2B is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22120243-
CMYK00.090.810.13
HSL53.6º72.36%51.76%-
HSV(B)53.6º80.54%86.67%-
XYZ51.3857.7910.73-
YUV189.5545.29150.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 43 (17.19% from 255) = 9.23%
R=47.42%
G=43.35%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212024300.090.810.1353.672.3651.76
HexDDCA2B0951D364834
Octal33531253011121156611064
Binary110111011100101010101101001101000111011101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA2B; }

 p { color: rgb(221,202,43); }

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

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

 a { background-color: rgb(221,202,43); }

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

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

 span { border-color: rgb(221,202,43); }

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