#CEC02B

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

Shades of Barberry #CEC02B

Tints of Barberry #CEC02B

Color information

#CEC02B (or 0xCEC02B) is unknown color: approx Barberry. HEX triplet: CE, C0 and 2B. RGB value is (206,192,43). Sum of RGB (Red+Green+Blue) = 206+192+43=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC02B is #313FD4. Grayscale: #B3B3B3. Windows color (decimal): -3227605 or 2867406. OLE color: 2867406.

HSL color Cylindrical-coordinate representation of color #CEC02B: hue angle of 54.85º 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 #CEC02B is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20619243-
CMYK00.070.790.19
HSL54.85º65.46%48.82%-
HSV(B)54.85º79.13%80.78%-
XYZ44.74519.77-
YUV179.251.14147.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 43 (17.19% from 255) = 9.75%
R=46.71%
G=43.54%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061924300.070.790.1954.8565.4648.82
HexCEC02B074F13374131
Octal3163005307117236710161
Binary110011101100000010101101111001111100111101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC02B; }

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

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

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

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

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

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

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

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