#DDCF21

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

Shades of Barberry #DDCF21

Tints of Barberry #DDCF21

Color information

#DDCF21 (or 0xDDCF21) is unknown color: approx Barberry. HEX triplet: DD, CF and 21. RGB value is (221,207,33). Sum of RGB (Red+Green+Blue) = 221+207+33=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF21 is #2230DE. Grayscale: #C0C0C0. Windows color (decimal): -2240735 or 2215901. OLE color: 2215901.

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

Color convert

RGB22120733-
CMYK00.060.850.13
HSL55.53º74.02%49.8%-
HSV(B)55.53º85.07%86.67%-
XYZ52.4160.1110.28-
YUV191.3538.64149.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 33 (13.28% from 255) = 7.16%
R=47.94%
G=44.90%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212073300.060.850.1355.5374.0249.8
HexDDCF210655D384a32
Octal3353174106125157011262
Binary11011101110011111000010110101010111011110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF21; }

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

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

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

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

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

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

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

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