#CFD914

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

Shades of Barberry #CFD914

Tints of Barberry #CFD914

Color information

#CFD914 (or 0xCFD914) is unknown color: approx Barberry. HEX triplet: CF, D9 and 14. RGB value is (207,217,20). Sum of RGB (Red+Green+Blue) = 207+217+20=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD914 is #3026EB. Grayscale: #C0C0C0. Windows color (decimal): -3155692 or 1366479. OLE color: 1366479.

HSL color Cylindrical-coordinate representation of color #CFD914: hue angle of 63.05º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD914 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB20721720-
CMYK0.0500.910.15
HSL63.05º83.12%46.47%-
HSV(B)63.05º90.78%85.1%-
XYZ50.6762.9410.14-
YUV191.5531.19139.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 20 (8.20% from 255) = 4.50%
R=46.62%
G=48.87%
B=4.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207217200.0500.910.1563.0583.1246.47
HexCFD914505BF3f532e
Octal3173312450133177712356
Binary1100111111011001101001010101101111111111111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD914; }

 p { color: rgb(207,217,20); }

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

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

 a { background-color: rgb(207,217,20); }

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

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

 span { border-color: rgb(207,217,20); }

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