#CED322

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

Shades of Barberry #CED322

Tints of Barberry #CED322

Color information

#CED322 (or 0xCED322) is unknown color: approx Barberry. HEX triplet: CE, D3 and 22. RGB value is (206,211,34). Sum of RGB (Red+Green+Blue) = 206+211+34=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 211 - color contains mainly: green. Hex color #CED322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED322 is #312CDD. Grayscale: #BEBEBE. Windows color (decimal): -3222750 or 2282446. OLE color: 2282446.

HSL color Cylindrical-coordinate representation of color #CED322: hue angle of 61.69º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CED322 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB20621134-
CMYK0.0200.840.17
HSL61.69º72.24%48.04%-
HSV(B)61.69º83.89%82.75%-
XYZ49.0459.8310.48-
YUV189.3340.34139.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 211 (82.81% from 255) = 46.78%
BLUE value IS 34 (13.67% from 255) = 7.54%
R=45.68%
G=46.78%
B=7.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206211340.0200.840.1761.6972.2448.04
HexCED3222054113e4830
Octal3163234220124217611060
Binary11001110110100111000101001010100100011111101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED322; }

 p { color: rgb(206,211,34); }

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

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

 a { background-color: rgb(206,211,34); }

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

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

 span { border-color: rgb(206,211,34); }

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