#CEC12B

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

Shades of Barberry #CEC12B

Tints of Barberry #CEC12B

Color information

#CEC12B (or 0xCEC12B) is unknown color: approx Barberry. HEX triplet: CE, C1 and 2B. RGB value is (206,193,43). Sum of RGB (Red+Green+Blue) = 206+193+43=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC12B is #313ED4. Grayscale: #B4B4B4. Windows color (decimal): -3227349 or 2867662. OLE color: 2867662.

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

Color convert

RGB20619343-
CMYK00.060.790.19
HSL55.21º65.46%48.82%-
HSV(B)55.21º79.13%80.78%-
XYZ44.9651.449.84-
YUV179.7950.81146.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 193 (75.78% from 255) = 43.67%
BLUE value IS 43 (17.19% from 255) = 9.73%
R=46.61%
G=43.67%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061934300.060.790.1955.2165.4648.82
HexCEC12B064F13374131
Octal3163015306117236710161
Binary110011101100000110101101101001111100111101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC12B; }

 p { color: rgb(206,193,43); }

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

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

 a { background-color: rgb(206,193,43); }

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

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

 span { border-color: rgb(206,193,43); }

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