#CEC82D

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

Shades of Barberry #CEC82D

Tints of Barberry #CEC82D

Color information

#CEC82D (or 0xCEC82D) is unknown color: approx Barberry. HEX triplet: CE, C8 and 2D. RGB value is (206,200,45). Sum of RGB (Red+Green+Blue) = 206+200+45=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC82D is #3137D2. Grayscale: #B8B8B8. Windows color (decimal): -3225555 or 3000526. OLE color: 3000526.

HSL color Cylindrical-coordinate representation of color #CEC82D: hue angle of 57.76º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEC82D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20620045-
CMYK00.030.780.19
HSL57.76º64.14%49.22%-
HSV(B)57.76º78.16%80.78%-
XYZ46.5854.6210.57-
YUV184.1249.49143.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 200 (78.52% from 255) = 44.35%
BLUE value IS 45 (17.97% from 255) = 9.98%
R=45.68%
G=44.35%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062004500.030.780.1957.7664.1449.22
HexCEC82D034E133a4031
Octal3163105503116237210061
Binary11001110110010001011010111001110100111110101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC82D; }

 p { color: rgb(206,200,45); }

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

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

 a { background-color: rgb(206,200,45); }

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

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

 span { border-color: rgb(206,200,45); }

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