#DDCE21

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

Shades of Barberry #DDCE21

Tints of Barberry #DDCE21

Color information

#DDCE21 (or 0xDDCE21) is unknown color: approx Barberry. HEX triplet: DD, CE and 21. RGB value is (221,206,33). Sum of RGB (Red+Green+Blue) = 221+206+33=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE21 is #2231DE. Grayscale: #BFBFBF. Windows color (decimal): -2240991 or 2215645. OLE color: 2215645.

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

Color convert

RGB22120633-
CMYK00.070.850.13
HSL55.21º74.02%49.8%-
HSV(B)55.21º85.07%86.67%-
XYZ52.1659.6210.2-
YUV190.7638.97149.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 206 (80.86% from 255) = 44.78%
BLUE value IS 33 (13.28% from 255) = 7.17%
R=48.04%
G=44.78%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212063300.070.850.1355.2174.0249.8
HexDDCE210755D374a32
Octal3353164107125156711262
Binary11011101110011101000010111101010111011101111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE21; }

 p { color: rgb(221,206,33); }

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

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

 a { background-color: rgb(221,206,33); }

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

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

 span { border-color: rgb(221,206,33); }

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