#CFC11E

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

Shades of Barberry #CFC11E

Tints of Barberry #CFC11E

Color information

#CFC11E (or 0xCFC11E) is unknown color: approx Barberry. HEX triplet: CF, C1 and 1E. RGB value is (207,193,30). Sum of RGB (Red+Green+Blue) = 207+193+30=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC11E is #303EE1. Grayscale: #B3B3B3. Windows color (decimal): -3161826 or 2015695. OLE color: 2015695.

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

Color convert

RGB20719330-
CMYK00.070.860.19
HSL55.25º74.68%46.47%-
HSV(B)55.25º85.51%81.18%-
XYZ45.0451.58.79-
YUV178.644.14148.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 30 (12.11% from 255) = 6.98%
R=48.14%
G=44.88%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071933000.070.860.1955.2574.6846.47
HexCFC11E075613374b2e
Octal3173013607126236711356
Binary11001111110000011111001111010110100111101111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC11E; }

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

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

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

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

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

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

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

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