#CFCE16

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

Shades of Barberry #CFCE16

Tints of Barberry #CFCE16

Color information

#CFCE16 (or 0xCFCE16) is unknown color: approx Barberry. HEX triplet: CF, CE and 16. RGB value is (207,206,22). Sum of RGB (Red+Green+Blue) = 207+206+22=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCE16 is #3031E9. Grayscale: #BABABA. Windows color (decimal): -3158506 or 1494735. OLE color: 1494735.

HSL color Cylindrical-coordinate representation of color #CFCE16: hue angle of 59.68º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFCE16 is Cyan = 0, Magento = 0.00, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB20720622-
CMYK00.000.890.19
HSL59.68º80.79%44.9%-
HSV(B)59.68º89.37%81.18%-
XYZ47.9557.479.32-
YUV185.3235.83143.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 206 (80.86% from 255) = 47.36%
BLUE value IS 22 (8.98% from 255) = 5.06%
R=47.59%
G=47.36%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072062200.000.890.1959.6880.7944.9
HexCFCE160059133c512d
Octal3173162600131237412155
Binary110011111100111010110001011001100111111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCE16; }

 p { color: rgb(207,206,22); }

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

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

 a { background-color: rgb(207,206,22); }

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

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

 span { border-color: rgb(207,206,22); }

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