#CFC21E

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

Shades of Barberry #CFC21E

Tints of Barberry #CFC21E

Color information

#CFC21E (or 0xCFC21E) is unknown color: approx Barberry. HEX triplet: CF, C2 and 1E. RGB value is (207,194,30). Sum of RGB (Red+Green+Blue) = 207+194+30=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC21E is #303DE1. Grayscale: #B3B3B3. Windows color (decimal): -3161570 or 2015951. OLE color: 2015951.

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

Color convert

RGB20719430-
CMYK00.060.860.19
HSL55.59º74.68%46.47%-
HSV(B)55.59º85.51%81.18%-
XYZ45.2651.948.87-
YUV179.1943.81147.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 30 (12.11% from 255) = 6.96%
R=48.03%
G=45.01%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071943000.060.860.1955.5974.6846.47
HexCFC21E065613384b2e
Octal3173023606126237011356
Binary11001111110000101111001101010110100111110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC21E; }

 p { color: rgb(207,194,30); }

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

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

 a { background-color: rgb(207,194,30); }

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

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

 span { border-color: rgb(207,194,30); }

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