#CCBD28

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

Shades of Barberry #CCBD28

Tints of Barberry #CCBD28

Color information

#CCBD28 (or 0xCCBD28) is unknown color: approx Barberry. HEX triplet: CC, BD and 28. RGB value is (204,189,40). Sum of RGB (Red+Green+Blue) = 204+189+40=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD28 is #3342D7. Grayscale: #B1B1B1. Windows color (decimal): -3359448 or 2670028. OLE color: 2670028.

HSL color Cylindrical-coordinate representation of color #CCBD28: hue angle of 54.51º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCBD28 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20418940-
CMYK00.070.800.2
HSL54.51º67.21%47.84%-
HSV(B)54.51º80.39%80%-
XYZ43.4849.399.25-
YUV176.550.97147.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 189 (74.22% from 255) = 43.65%
BLUE value IS 40 (16.02% from 255) = 9.24%
R=47.11%
G=43.65%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041894000.070.800.254.5167.2147.84
HexCCBD28075014374330
Octal3142755007120246710360
Binary110011001011110110100001111010000101001101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD28; }

 p { color: rgb(204,189,40); }

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

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

 a { background-color: rgb(204,189,40); }

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

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

 span { border-color: rgb(204,189,40); }

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