#CFD314

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

Shades of Barberry #CFD314

Tints of Barberry #CFD314

Color information

#CFD314 (or 0xCFD314) is unknown color: approx Barberry. HEX triplet: CF, D3 and 14. RGB value is (207,211,20). Sum of RGB (Red+Green+Blue) = 207+211+20=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD314 is #302CEB. Grayscale: #BCBCBC. Windows color (decimal): -3157228 or 1364943. OLE color: 1364943.

HSL color Cylindrical-coordinate representation of color #CFD314: hue angle of 61.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFD314 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB20721120-
CMYK0.0200.910.17
HSL61.26º82.68%45.29%-
HSV(B)61.26º90.52%82.75%-
XYZ49.1559.99.63-
YUV188.0333.17141.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 211 (82.81% from 255) = 48.17%
BLUE value IS 20 (8.20% from 255) = 4.57%
R=47.26%
G=48.17%
B=4.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207211200.0200.910.1761.2682.6845.29
HexCFD314205B113d532d
Octal3173232420133217512355
Binary1100111111010011101001001011011100011111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD314; }

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

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

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

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

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

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

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

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