#CCD322

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

Shades of Barberry #CCD322

Tints of Barberry #CCD322

Color information

#CCD322 (or 0xCCD322) is unknown color: approx Barberry. HEX triplet: CC, D3 and 22. RGB value is (204,211,34). Sum of RGB (Red+Green+Blue) = 204+211+34=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD322 is #332CDD. Grayscale: #BDBDBD. Windows color (decimal): -3353822 or 2282444. OLE color: 2282444.

HSL color Cylindrical-coordinate representation of color #CCD322: hue angle of 62.37º 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 #CCD322 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB20421134-
CMYK0.0300.840.17
HSL62.37º72.24%48.04%-
HSV(B)62.37º83.89%82.75%-
XYZ48.4859.5410.45-
YUV188.7340.68138.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 211 (82.81% from 255) = 46.99%
BLUE value IS 34 (13.67% from 255) = 7.57%
R=45.43%
G=46.99%
B=7.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204211340.0300.840.1762.3772.2448.04
HexCCD3223054113e4830
Octal3143234230124217611060
Binary11001100110100111000101101010100100011111101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD322; }

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

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

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

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

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

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

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

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