#DDCD2A

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

Shades of Barberry #DDCD2A

Tints of Barberry #DDCD2A

Color information

#DDCD2A (or 0xDDCD2A) is unknown color: approx Barberry. HEX triplet: DD, CD and 2A. RGB value is (221,205,42). Sum of RGB (Red+Green+Blue) = 221+205+42=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 42 (16.80% from 255 or 8.97% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD2A is #2232D5. Grayscale: #BFBFBF. Windows color (decimal): -2241238 or 2805213. OLE color: 2805213.

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

Color convert

RGB22120542-
CMYK00.070.810.13
HSL54.64º72.47%51.57%-
HSV(B)54.64º81%86.67%-
XYZ52.0759.210.87-
YUV191.243.8149.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 205 (80.47% from 255) = 43.80%
BLUE value IS 42 (16.80% from 255) = 8.97%
R=47.22%
G=43.80%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212054200.070.810.1354.6472.4751.57
HexDDCD2A0751D374834
Octal3353155207121156711064
Binary11011101110011011010100111101000111011101111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD2A; }

 p { color: rgb(221,205,42); }

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

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

 a { background-color: rgb(221,205,42); }

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

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

 span { border-color: rgb(221,205,42); }

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