#CFDC0E

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

Shades of Barberry #CFDC0E

Tints of Barberry #CFDC0E

Color information

#CFDC0E (or 0xCFDC0E) is unknown color: approx Barberry. HEX triplet: CF, DC and 0E. RGB value is (207,220,14). Sum of RGB (Red+Green+Blue) = 207+220+14=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDC0E is #3023F1. Grayscale: #C1C1C1. Windows color (decimal): -3154930 or 974031. OLE color: 974031.

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

Color convert

RGB20722014-
CMYK0.0600.940.14
HSL63.79º88.03%45.88%-
HSV(B)63.79º93.64%86.27%-
XYZ51.464.4810.15-
YUV192.6327.19138.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 220 (86.33% from 255) = 49.89%
BLUE value IS 14 (5.86% from 255) = 3.17%
R=46.94%
G=49.89%
B=3.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207220140.0600.940.1463.7988.0345.88
HexCFDCE605EE40582e
Octal31733416601361610013056
Binary1100111111011100111011001011110111010000001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDC0E; }

 p { color: rgb(207,220,14); }

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

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

 a { background-color: rgb(207,220,14); }

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

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

 span { border-color: rgb(207,220,14); }

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